MANIFEST: fixed RetroArch

This commit is contained in:
XargonWan 2024-07-20 10:15:06 +09:00
parent 6efa92b5a0
commit 746fee8757

View file

@ -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