Initial Yuzu support

This commit is contained in:
XargonWan 2022-04-07 00:22:46 +09:00
parent 78849e5ed3
commit e63236092a

View file

@ -458,8 +458,8 @@ modules:
post-install: post-install:
- install -Dm755 ../yuzu-launcher.sh /app/bin/yuzu-launcher - install -Dm755 ../yuzu-launcher.sh /app/bin/yuzu-launcher
- >- - >-
install -Dm644 ../org.yuzu_emu.yuzu.metainfo.xml # install -Dm644 ../org.yuzu_emu.yuzu.metainfo.xml
/app/share/appdata/org.yuzu_emu.yuzu.metainfo.xml # /app/share/appdata/org.yuzu_emu.yuzu.metainfo.xml
- desktop-file-install --dir=/app/share/applications ../dist/yuzu.desktop - desktop-file-install --dir=/app/share/applications ../dist/yuzu.desktop
- >- - >-
desktop-file-edit --set-key StartupWMClass --set-value yuzu --set-key desktop-file-edit --set-key StartupWMClass --set-value yuzu --set-key
@ -482,8 +482,8 @@ modules:
x-checker-data: x-checker-data:
type: git type: git
tag-pattern: ^(mainline-0-\d+)$ tag-pattern: ^(mainline-0-\d+)$
- type: file #- type: file
path: org.yuzu_emu.yuzu.metainfo.xml # path: org.yuzu_emu.yuzu.metainfo.xml
- type: file - type: file
path: yuzu-launcher.sh path: yuzu-launcher.sh
- type: file - type: file