diff --git a/net.retrodeck.retrodeck.yml b/net.retrodeck.retrodeck.yml index 05664024..d17eefaa 100644 --- a/net.retrodeck.retrodeck.yml +++ b/net.retrodeck.retrodeck.yml @@ -350,7 +350,6 @@ modules: - name: retrodeck-es-de buildsystem: simple build-commands: - - mkdir -p "${FLATPAK_DEST}" - cp -rn files/* "${FLATPAK_DEST}" sources: - type: archive @@ -371,7 +370,6 @@ modules: - cp -rn ./RetroArch-Linux-x86_64.AppImage.home/.config/retroarch/* "${FLATPAK_DEST}/share/libretro/" - chmod +x *.AppImage - RetroArch-Linux-x86_64/*.AppImage --appimage-extract - - mkdir -p "${FLATPAK_DEST}" - cp -rn squashfs-root/usr/* "${FLATPAK_DEST}" sources: - type: archive @@ -491,7 +489,6 @@ modules: build-commands: - chmod +x *.AppImage - ./*.AppImage --appimage-extract - - mkdir -p "${FLATPAK_DEST}" - cp -rn squashfs-root/usr/* "${FLATPAK_DEST}" sources: - type: file @@ -580,7 +577,6 @@ modules: build-commands: - chmod +x *.AppImage - ./*.AppImage --appimage-extract - - mkdir -p "${FLATPAK_DEST}" - cp -rn squashfs-root/usr/* "${FLATPAK_DEST}" sources: - type: @@ -622,7 +618,6 @@ modules: build-commands: - chmod +x *.AppImage - ./*.AppImage --appimage-extract - - mkdir -p "${FLATPAK_DEST}" - cp -rn squashfs-root/usr/bin* "${FLATPAK_DEST}/bin" - cp -rn squashfs-root/usr/lib* "${FLATPAK_DEST}/lib" - cp -rn squashfs-root/usr/share* "${FLATPAK_DEST}/share" @@ -683,7 +678,6 @@ modules: build-commands: - chmod +x *.AppImage - ./*.AppImage --appimage-extract - - mkdir -p "${FLATPAK_DEST}" - cp -rn squashfs-root/usr/* "${FLATPAK_DEST}/duckstation" sources: - type: file @@ -700,7 +694,6 @@ modules: build-commands: - chmod +x *.AppImage - ./*.AppImage --appimage-extract - - mkdir -p "${FLATPAK_DEST}" - cp -rn squashfs-root/usr/* "${FLATPAK_DEST}" #TODO: do we need this wrapper? squashfs-root/apprun-hooks/linuxdeploy-plugin-gtk.sh sources: @@ -824,13 +817,9 @@ modules: buildsystem: simple build-commands: - | - mkdir -p ${FLATPAK_DEST}/ryujinx - mkdir -p ${FLATPAK_DEST}/bin - chmod +x Ryujinx.sh - chmod +x Ryujinx - mv -v * ${FLATPAK_DEST}/ryujinx - ln -sv ${FLATPAK_DEST}/ryujinx/Ryujinx.sh ${FLATPAK_DEST}/bin/Ryujinx.sh - chmod +x ${FLATPAK_DEST}/bin/Ryujinx.sh + mkdir -p ${FLATPAK_DEST} + mv -v * ${FLATPAK_DEST} + chmod +x ${FLATPAK_DEST}/app/* sources: - type: archive url: https://gitlab.com/-/project/59825450/uploads/8519a04d7a3f5b5949f14b6ad25a4185/ryujinx-Release-1.1.0+81fd228-linux_x64.zip