From 54ce13b6729c531df98a6af4f04389fe5831f992 Mon Sep 17 00:00:00 2001 From: James Date: Tue, 17 Oct 2017 07:48:51 +1100 Subject: [PATCH] Add Mingw target in application --- server.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.js b/server.js index 905f6c2..b6b5a6e 100644 --- a/server.js +++ b/server.js @@ -96,7 +96,7 @@ async function execute () { {'Checksum': false} // As they are pulled straight from Github ]; - ['msvc', 'osx', 'linux'].forEach((platform) => { + ['msvc', 'mingw', 'osx', 'linux'].forEach((platform) => { targets.forEach((targetSource) => { // Get Git metadata const releaseData = getTopResultFor(targetSource.Repo, platform);