Fixed update script

CQTexperiment
Chris Moeller 2014-03-25 21:00:12 -07:00
parent d00e1d227d
commit fa3fba09be
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ end
#Zip the app!
%x[rm -f '#{temp_path}/#{feed}.zip']
%x[ditto -c -k --sequesterRsrc --keepParent --zlibCompressionLevel 9 '#{app_path}/Cog.app' '#{temp_path}/#{feed}.zip']
%x[ditto -c -k --sequesterRsrc --keepParent --zlibCompressionLevel 9 '#{temp_path}/Cog.app' '#{temp_path}/#{feed}.zip']
#Generate delta patch
%x[BinaryDelta create '#{temp_path}/Cog.old' '#{temp_path}/Cog.app' '#{temp_path}/#{feed}.delta']