Skip to content
This repository has been archived by the owner on Mar 30, 2021. It is now read-only.

Commit

Permalink
Try not using an escaped URL for the download.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehearn committed Jan 13, 2019
1 parent e9306de commit c9a1c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/source/_static/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
var url;
switch (osname) {
case "Windows":
url = "https://update.graviton.app/win/Graviton%20Browser.exe";
url = "https://update.graviton.app/win/Graviton Browser.exe";
break;
case "macOS":
url = "https://update.graviton.app/Graviton.dmg";
Expand Down

0 comments on commit c9a1c04

Please sign in to comment.