mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-27 16:15:42 +00:00
Added start-yuzu tool
This commit is contained in:
parent
2d6452894c
commit
bb8cff30f9
|
@ -742,6 +742,7 @@ modules:
|
||||||
- mkdir -p ${FLATPAK_DEST}/retrodeck/tools/
|
- mkdir -p ${FLATPAK_DEST}/retrodeck/tools/
|
||||||
- cp start-retroarch.sh ${FLATPAK_DEST}/retrodeck/tools/
|
- cp start-retroarch.sh ${FLATPAK_DEST}/retrodeck/tools/
|
||||||
- cp move-roms.sh ${FLATPAK_DEST}/retrodeck/tools/
|
- cp move-roms.sh ${FLATPAK_DEST}/retrodeck/tools/
|
||||||
|
- cp start-yuzu.sh ${FLATPAK_DEST}/retrodeck/tools/
|
||||||
- cp tools-gamelist.xml ${FLATPAK_DEST}/retrodeck/
|
- cp tools-gamelist.xml ${FLATPAK_DEST}/retrodeck/
|
||||||
|
|
||||||
- cp retrodeck.sh /app/bin/retrodeck.sh
|
- cp retrodeck.sh /app/bin/retrodeck.sh
|
||||||
|
@ -788,4 +789,4 @@ modules:
|
||||||
- type: dir
|
- type: dir
|
||||||
path: tools
|
path: tools
|
||||||
- type: file
|
- type: file
|
||||||
path: net.retrodeck.retrodeck.desktop
|
path: net.retrodeck.retrodeck.desktop
|
||||||
|
|
Loading…
Reference in a new issue