Fixed update script
This commit is contained in:
parent
d00e1d227d
commit
fa3fba09be
1 changed files with 1 additions and 1 deletions
|
@ -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']
|
||||
|
|
Loading…
Reference in a new issue