Skip to content

Commit da1b43e

Browse files
committed
fixing windows download link
1 parent fa636d8 commit da1b43e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/controllers/static_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def download
1212

1313
@download_url = case @platform
1414
when 'mac' then 'https://github.com/downloads/hacketyhack/hacketyhack/hacketyhack-1.0.1.dmg'
15-
when 'windows' then 'https://github.com/downloads/hacketyhack/hacketyhack/hacketyhack-1.0.1.exe.zip'
15+
when 'windows' then 'https://github.com/downloads/hacketyhack/hacketyhack/hacketyhack-1.0.0.exe.zip'
1616
when 'linux' then 'https://github.com/downloads/hacketyhack/hacketyhack/hacketyhack-1.0.1.run'
1717
else 'https://github.com/downloads/hacketyhack/hacketyhack/hacketyhack-1.0.1.dmg'
1818
end

0 commit comments

Comments
 (0)