mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-02-16 19:35:39 +00:00
VITA3K: moved it in share folder as ymlink was failing
This commit is contained in:
parent
ad8a32722b
commit
d210668bb9
|
@ -1235,10 +1235,10 @@ modules:
|
||||||
# Copying the user icon
|
# Copying the user icon
|
||||||
- mkdir -p ${FLATPAK_DEST}/retrodeck
|
- mkdir -p ${FLATPAK_DEST}/retrodeck
|
||||||
- cp retrodeck.png ${FLATPAK_DEST}/retrodeck
|
- cp retrodeck.png ${FLATPAK_DEST}/retrodeck
|
||||||
- unzip "ubuntu-latest.zip" -d "${FLATPAK_DEST}/bin/Vita3K"
|
- unzip "ubuntu-latest.zip" -d "${FLATPAK_DEST}/share/Vita3K"
|
||||||
- chmod +x "${FLATPAK_DEST}/bin/Vita3K/Vita3K"
|
- chmod +x "${FLATPAK_DEST}/share/Vita3K/Vita3K"
|
||||||
- rm -f "${FLATPAK_DEST}/bin/Vita3K/update-vita3k.sh"
|
- rm -f "${FLATPAK_DEST}/share/Vita3K/update-vita3k.sh"
|
||||||
- ln -s ${FLATPAK_DEST}/bin/Vita3K/Vita3K ${FLATPAK_DEST}/bin/Vita3K
|
- ln -s ${FLATPAK_DEST}/share/Vita3K/Vita3K ${FLATPAK_DEST}/bin/Vita3K
|
||||||
sources:
|
sources:
|
||||||
- type: file
|
- type: file
|
||||||
url: https://github.com/Vita3K/Vita3K/releases/download/continuous/ubuntu-latest.zip
|
url: https://github.com/Vita3K/Vita3K/releases/download/continuous/ubuntu-latest.zip
|
||||||
|
|
Loading…
Reference in a new issue