mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-06-08 21:37:18 +00:00
Remove OSX builds from downloads page.
This commit is contained in:
parent
4f08ba5a73
commit
faa6409b0c
|
@ -54,6 +54,9 @@ function releaseCallback(v, count, e) {
|
|||
/* We only want to provide the msvc builds on the downloads page for Windows. */
|
||||
if (asset.name.includes('-mingw-')) return;
|
||||
|
||||
/* We no longer support OSX builds */
|
||||
if (asset.name.includes('osx')) return;
|
||||
|
||||
var env_icon = 'unknown';
|
||||
if (asset.name.includes('windows')) env_icon = 'windows';
|
||||
else if (asset.name.includes('exe')) env_icon = 'windows';
|
||||
|
|
Loading…
Reference in a new issue