Merge branch 'cooker-0.8.0b' into feat/mame-flatpak

This commit is contained in:
XargonWan 2023-12-11 12:05:20 +01:00
commit 0348aecb86

View file

@ -1235,10 +1235,10 @@ modules:
# Copying the user icon
- mkdir -p ${FLATPAK_DEST}/retrodeck
- cp retrodeck.png ${FLATPAK_DEST}/retrodeck
- unzip "ubuntu-latest.zip" -d "${FLATPAK_DEST}/bin/Vita3K"
- chmod +x ""${FLATPAK_DEST}/bin/Vita3K/Vita3K"
- rm -f "${FLATPAK_DEST}/bin/Vita3K/update-vita3k.sh"
- ln -s ${FLATPAK_DEST}/bin/Vita3K/Vita3K ${FLATPAK_DEST}/bin/Vita3K
- unzip "ubuntu-latest.zip" -d "${FLATPAK_DEST}/share/Vita3K"
- chmod +x "${FLATPAK_DEST}/share/Vita3K/Vita3K"
- rm -f "${FLATPAK_DEST}/share/Vita3K/update-vita3k.sh"
- ln -s ${FLATPAK_DEST}/share/Vita3K/Vita3K ${FLATPAK_DEST}/bin/Vita3K
sources:
- type: file
url: https://github.com/Vita3K/Vita3K/releases/download/continuous/ubuntu-latest.zip