mirror of
https://github.com/yuzu-emu/citra-qt-installer.git
synced 2024-11-21 23:15:41 +01:00
Add Mingw target in application
This commit is contained in:
parent
7573d66aa7
commit
54ce13b672
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user