Skip to content

Commit

Permalink
Merge pull request #114 from Joe-Brady/general
Browse files Browse the repository at this point in the history
Add more OS detection options for Windows
  • Loading branch information
Joe Brady committed May 22, 2017
2 parents c16b3c3 + 9769e9e commit 78f3bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/0-global.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ var platforms = [
binaryExtension: ".zip",
installerExtension: ".exe",
architecture: "64",
osDetectionString: "Windows Win Cygwin"
osDetectionString: "Windows Win Cygwin Windows Server 2008 R2 / 7 Windows Server 2008 / Vista Windows XP"
},
{
officialName: "macOS x64",
Expand Down

0 comments on commit 78f3bab

Please sign in to comment.