From cc0faa0b2ebe119eba52e0f12ee56f6f231fbb82 Mon Sep 17 00:00:00 2001 From: Chris Moeller Date: Mon, 7 Apr 2014 18:01:17 -0700 Subject: [PATCH] Fixed update script so it actually produces proper delta patches --- Scripts/update_feed.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/update_feed.rb b/Scripts/update_feed.rb index 7167e40d6..c50abd96c 100755 --- a/Scripts/update_feed.rb +++ b/Scripts/update_feed.rb @@ -74,7 +74,7 @@ end %x[rm -rf '#{temp_path}/Cog.app' '#{temp_path}/Cog.old' '#{temp_path}/Cog.zip'] #Retrieve the current full package - local_file = "#{appcast_url}".gsub(/https:\/\/kode54.net\/cog/, '#{site_dir}') + local_file = appcast_url.gsub(/https:\/\/kode54.net\/cog/, "#{site_dir}") %x[cp '#{local_file}' '#{temp_path}/Cog.zip'] #Unpack and rename