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

Commit

Permalink
Give up on spaces in file names for IE.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehearn committed Jan 13, 2019
1 parent c9a1c04 commit ce6180b
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 Browser.exe";
url = "https://update.graviton.app/win/GravitonInstaller.exe";
break;
case "macOS":
url = "https://update.graviton.app/Graviton.dmg";
Expand Down

0 comments on commit ce6180b

Please sign in to comment.