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