mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-02-16 19:35:39 +00:00
vita3k: fixed icon file path
This commit is contained in:
parent
60f312e4ea
commit
a2c4929373
|
@ -1272,14 +1272,16 @@ modules:
|
||||||
# Creating an empty symlink that will point to Vita3K binary
|
# Creating an empty symlink that will point to Vita3K binary
|
||||||
- ln -s /var/data/Vita3K/Vita3K ${FLATPAK_DEST}/Vita3K
|
- ln -s /var/data/Vita3K/Vita3K ${FLATPAK_DEST}/Vita3K
|
||||||
# Copying the user icon
|
# Copying the user icon
|
||||||
- mv -f -t ${FLATPAK_DEST}/retrodeck/retrodeck.png ${FLATPAK_DEST}/retrodeck
|
|
||||||
# preparing the vita3k zip for later
|
|
||||||
- mkdir -p ${FLATPAK_DEST}/retrodeck
|
- mkdir -p ${FLATPAK_DEST}/retrodeck
|
||||||
|
- cp retrodeck.png ${FLATPAK_DEST}/retrodeck
|
||||||
|
# preparing the vita3k zip for later
|
||||||
- mv ubuntu-latest.zip ${FLATPAK_DEST}/retrodeck/vita3k.zip
|
- mv ubuntu-latest.zip ${FLATPAK_DEST}/retrodeck/vita3k.zip
|
||||||
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
|
||||||
sha256: VITA3KSHAPLACEHOLDER
|
sha256: VITA3KSHAPLACEHOLDER
|
||||||
|
- type: file
|
||||||
|
path: res/retrodeck.png
|
||||||
|
|
||||||
# Vita3K - END
|
# Vita3K - END
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue