OSDN Git Service

oops, left in a modified plist file location that i used for testing on linux
authorjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Wed, 2 Jun 2010 15:22:51 +0000 (15:22 +0000)
committerjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Wed, 2 Jun 2010 15:22:51 +0000 (15:22 +0000)
git-svn-id: svn://localhost/HandBrake/trunk@3348 b64f7644-9d1e-0410-96f1-a4d463321fa5

scripts/manicure.rb

index 7adc98e..ae1139b 100755 (executable)
@@ -84,8 +84,7 @@ class Presets
    homeLocation = `echo $HOME`.chomp
    
    # Use that to build a path to the presets .plist
-   #inputFile = homeLocation+'/Library/Application Support/HandBrake/UserPresets.plist'
-   inputFile = homeLocation+'/UserPresets.plist'
+   inputFile = homeLocation+'/Library/Application Support/HandBrake/UserPresets.plist'
    
     # Parse the presets into hashes
     @hashMasterList = Plist::parse_xml( inputFile )