Skip to content

Commit 9769e9e

Browse files
author
Joe-Brady
committed
Add more OS detection options for Windows
1 parent 9214064 commit 9769e9e

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)