Skip to content
This repository was archived by the owner on Jan 3, 2019. It is now read-only.

Commit 0656e76

Browse files
committed
fixed repo name in generate_appcast_code
1 parent 1266c36 commit 0656e76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: generate_appcast_code.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
local_zip_file = File.expand_path(local_zip_file)
1515
file_size = File.size(local_zip_file)
1616

17-
json = JSON.parse(open("https://api.github.com/repos/hivewallet/hive-osx/releases").read)
17+
json = JSON.parse(open("https://api.github.com/repos/hivewallet/hive-mac/releases").read)
1818
release = json.detect { |r| r['tag_name'] == version }
1919

2020
unless release
@@ -31,7 +31,7 @@
3131
exit 1
3232
end
3333

34-
zip_url = "https://github.com/hivewallet/hive-osx/releases/download/#{version}/#{zip_asset['name']}"
34+
zip_url = "https://github.com/hivewallet/hive-mac/releases/download/#{version}/#{zip_asset['name']}"
3535

3636
puts %(
3737
<item>

0 commit comments

Comments
 (0)