Add Mingw target in application

This commit is contained in:
James 2017-10-17 07:48:51 +11:00
parent 7573d66aa7
commit 54ce13b672

View file

@ -96,7 +96,7 @@ async function execute () {
{'Checksum': false} // As they are pulled straight from Github {'Checksum': false} // As they are pulled straight from Github
]; ];
['msvc', 'osx', 'linux'].forEach((platform) => { ['msvc', 'mingw', 'osx', 'linux'].forEach((platform) => {
targets.forEach((targetSource) => { targets.forEach((targetSource) => {
// Get Git metadata // Get Git metadata
const releaseData = getTopResultFor(targetSource.Repo, platform); const releaseData = getTopResultFor(targetSource.Repo, platform);