Skip to content

Commit

Permalink
Updated sparkle script to work with new urls
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilalh committed Sep 23, 2013
1 parent 8d7601e commit 221bf19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/appcast_automation.rb
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def instantiate_appcast_variables
@appcast_download_url = "#{@download_base_url}#{@appcast_xml_name}"
@download_url =
if @config['github_hosted_downloads'] && @config['github_username'] then
"https://github.com/downloads/#{@config['github_username'] }/#{@proj_name}/#{@archive_filename}"
"https://github.com/#{@config['github_username']}/#{@proj_name}/releases/download/#{@version}/#{@archive_filename}"
else
"#{@download_base_url}#{@archive_filename}"
end
Expand Down

0 comments on commit 221bf19

Please sign in to comment.