mirror of
https://github.com/yuzu-emu/citra-qt-installer.git
synced 2024-11-22 10:05:38 +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
|
{'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);
|
||||||
|
Loading…
Reference in New Issue
Block a user