mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-06-29 14:30:31 +00:00
Changed from mingw to msvc builds.
This commit is contained in:
parent
bdecbe5a4a
commit
f9a716d917
|
@ -35,8 +35,8 @@ function releaseCallback(v, count, e) {
|
|||
if (asset.name.includes('.7z')) return;
|
||||
if (asset.name.includes('RELEASES')) return;
|
||||
|
||||
/* We only want to provide mingw builds on the downloads page. */
|
||||
if (asset.name.includes('-msvc-')) return;
|
||||
/* We only want to provide the msvc builds on the downloads page for Windows. */
|
||||
if (asset.name.includes('-mingw-')) return;
|
||||
|
||||
var env_icon = 'unknown';
|
||||
if (asset.name.includes('windows')) env_icon = 'windows';
|
||||
|
|
Loading…
Reference in a new issue