diff options
author | jstebbins <[email protected]> | 2010-06-02 15:22:51 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2010-06-02 15:22:51 +0000 |
commit | aac38742be635b68acc2831acbc75c99bb7980b1 (patch) | |
tree | eb5b5bd430bb71b0a1ec536a2502c028fac2367d /scripts | |
parent | 15d05a12674b2e2341ae638edbd77adc22a0deb9 (diff) |
oops, left in a modified plist file location that i used for testing on linux
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3348 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/manicure.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/manicure.rb b/scripts/manicure.rb index 7adc98e88..ae1139bb0 100755 --- a/scripts/manicure.rb +++ b/scripts/manicure.rb @@ -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 ) |