Fix since Avalonia merge
This commit is contained in:
parent
f2682b01e1
commit
83760dda07
@ -121,7 +121,7 @@ export default {
|
||||
var asset = json.assets[i];
|
||||
|
||||
// Ignore SDL2 headless for now (TODO: integrate that someday)
|
||||
if (asset.name.startsWith("ryujinx-headless-sdl2"))
|
||||
if (asset.name.startsWith("sdl2-") || asset.name.startsWith("ava-"))
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user