mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-23 06:25:39 +00:00
MANIFEST: fixed RetroArch
This commit is contained in:
parent
6efa92b5a0
commit
746fee8757
|
@ -369,8 +369,8 @@ modules:
|
|||
build-commands:
|
||||
- mkdir -p "${FLATPAK_DEST}/share/libretro/"
|
||||
- cp -rn ./RetroArch-Linux-x86_64.AppImage.home/.config/retroarch/* "${FLATPAK_DEST}/share/libretro/"
|
||||
- chmod +x *.AppImage
|
||||
- RetroArch-Linux-x86_64/*.AppImage --appimage-extract
|
||||
- chmod +x ./*.AppImage
|
||||
- ./*.AppImage --appimage-extract
|
||||
- cp -rn squashfs-root/usr/* "${FLATPAK_DEST}"
|
||||
sources:
|
||||
- type: archive
|
||||
|
|
Loading…
Reference in a new issue