Fix since Avalonia merge
This commit is contained in:
parent
f2682b01e1
commit
83760dda07
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ export default {
|
||||||
var asset = json.assets[i];
|
var asset = json.assets[i];
|
||||||
|
|
||||||
// Ignore SDL2 headless for now (TODO: integrate that someday)
|
// 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;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue