mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 14:05:39 +00:00
RPCS3: moved bufgix in the proper module
This commit is contained in:
parent
fb11a0174b
commit
b6e81858ba
|
@ -522,7 +522,8 @@ modules:
|
|||
build-commands:
|
||||
- chmod +x *.AppImage
|
||||
- ./*.AppImage --appimage-extract
|
||||
- mkdir -p "${FLATPAK_DEST}/usr/local/lib"
|
||||
- mkdir -p "${FLATPAK_DEST}/usr/local/lib"
|
||||
- mkdir -p ${FLATPAK_DEST}/lib/ffmpeg # Needed for a ffmpeg bufgix
|
||||
- mv "squashfs-root/usr/lib/"* "${FLATPAK_DEST}/usr/local/lib"
|
||||
- cp -r squashfs-root/usr/bin* "${FLATPAK_DEST}/bin"
|
||||
- cp -r squashfs-root/usr/share* "${FLATPAK_DEST}/share"
|
||||
|
@ -772,9 +773,6 @@ modules:
|
|||
- cp ${FLATPAK_DEST}/retrodeck/emu-configs/pico-8/pico8-wrapper.sh ${FLATPAK_DEST}/bin/pico8
|
||||
- chmod +x ${FLATPAK_DEST}/bin/pico8
|
||||
|
||||
# Needed for ffmpeg (RPCS3)
|
||||
- mkdir -p ${FLATPAK_DEST}/lib/ffmpeg
|
||||
|
||||
# Placing appdata
|
||||
- mkdir -p ${FLATPAK_DEST}/share/appdata
|
||||
- cp net.retrodeck.retrodeck.appdata.xml ${FLATPAK_DEST}/share/appdata
|
||||
|
|
Loading…
Reference in a new issue