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);