mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 14:05:39 +00:00
Initial Yuzu support
This commit is contained in:
parent
e63236092a
commit
14c44e6496
|
@ -455,24 +455,24 @@ modules:
|
|||
cleanup:
|
||||
- /share/man
|
||||
- /share/pixmaps
|
||||
post-install:
|
||||
- install -Dm755 ../yuzu-launcher.sh /app/bin/yuzu-launcher
|
||||
- >-
|
||||
# post-install:
|
||||
# - install -Dm755 ../yuzu-launcher.sh /app/bin/yuzu-launcher
|
||||
# - >-
|
||||
# install -Dm644 ../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-edit --set-key StartupWMClass --set-value yuzu --set-key
|
||||
Exec --set-value yuzu-launcher /app/share/applications/yuzu.desktop
|
||||
- >-
|
||||
install -Dm644 ../dist/yuzu.svg
|
||||
/app/share/icons/hicolor/scalable/apps/yuzu.svg
|
||||
- >-
|
||||
mv /app/share/mime/packages/yuzu.xml
|
||||
/app/share/mime/packages/org.yuzu_emu.yuzu.xml
|
||||
- >-
|
||||
sed 's/yuzu/org.yuzu_emu.yuzu/g' -i
|
||||
/app/share/mime/packages/org.yuzu_emu.yuzu.xml
|
||||
# - desktop-file-install --dir=/app/share/applications ../dist/yuzu.desktop
|
||||
# - >-
|
||||
# desktop-file-edit --set-key StartupWMClass --set-value yuzu --set-key
|
||||
# Exec --set-value yuzu-launcher /app/share/applications/yuzu.desktop
|
||||
# - >-
|
||||
# install -Dm644 ../dist/yuzu.svg
|
||||
# /app/share/icons/hicolor/scalable/apps/yuzu.svg
|
||||
# - >-
|
||||
# mv /app/share/mime/packages/yuzu.xml
|
||||
# /app/share/mime/packages/org.yuzu_emu.yuzu.xml
|
||||
# - >-
|
||||
# sed 's/yuzu/org.yuzu_emu.yuzu/g' -i
|
||||
# /app/share/mime/packages/org.yuzu_emu.yuzu.xml
|
||||
sources:
|
||||
- type: git
|
||||
url: https://github.com/yuzu-emu/yuzu-mainline.git
|
||||
|
@ -484,10 +484,10 @@ modules:
|
|||
tag-pattern: ^(mainline-0-\d+)$
|
||||
#- type: file
|
||||
# path: org.yuzu_emu.yuzu.metainfo.xml
|
||||
- type: file
|
||||
path: yuzu-launcher.sh
|
||||
- type: file
|
||||
path: compatibility_list.json
|
||||
#- type: file
|
||||
# path: yuzu-launcher.sh
|
||||
#- type: file
|
||||
# path: compatibility_list.json #is it needed?
|
||||
|
||||
# Yuzu - END
|
||||
|
||||
|
|
Loading…
Reference in a new issue