Skip to content

Commit 78f3bab

Browse files
author
Joe Brady
authored
Merge pull request #114 from Joe-Brady/general
Add more OS detection options for Windows
2 parents c16b3c3 + 9769e9e commit 78f3bab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/0-global.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ var platforms = [
2424
binaryExtension: ".zip",
2525
installerExtension: ".exe",
2626
architecture: "64",
27-
osDetectionString: "Windows Win Cygwin"
27+
osDetectionString: "Windows Win Cygwin Windows Server 2008 R2 / 7 Windows Server 2008 / Vista Windows XP"
2828
},
2929
{
3030
officialName: "macOS x64",

0 commit comments

Comments
 (0)