From aac38742be635b68acc2831acbc75c99bb7980b1 Mon Sep 17 00:00:00 2001 From: jstebbins Date: Wed, 2 Jun 2010 15:22:51 +0000 Subject: [PATCH] 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 --- scripts/manicure.rb | 3 +-- 1 file changed, 1 insertion(+), 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 ) -- 2.40.0