More fixes...

This commit is contained in:
Mary 2022-05-15 18:20:13 +02:00 committed by GitHub
parent 83760dda07
commit 08443cb211
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -120,8 +120,8 @@ export default {
for (var i = 0; i < json.assets.length; i++) {
var asset = json.assets[i];
// Ignore SDL2 headless for now (TODO: integrate that someday)
if (asset.name.startsWith("sdl2-") || asset.name.startsWith("ava-"))
// Ignore non standard version (TODO: Integrate that someday)
if (!asset.name.startsWith("ryujinx-"))
{
continue;
}