From 9769e9e01f489807d69e22746fab5a36741c32bc Mon Sep 17 00:00:00 2001 From: Joe-Brady Date: Mon, 22 May 2017 15:25:44 +0100 Subject: [PATCH] Add more OS detection options for Windows --- src/js/0-global.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/0-global.js b/src/js/0-global.js index ed3be2bd..b5fe9bab 100644 --- a/src/js/0-global.js +++ b/src/js/0-global.js @@ -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",