mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
Vita3K: bin path fix
This commit is contained in:
parent
cd5bc07a8b
commit
5d9cf8dd45
|
@ -1270,7 +1270,7 @@ modules:
|
||||||
buildsystem: simple
|
buildsystem: simple
|
||||||
build-commands:
|
build-commands:
|
||||||
# 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}/bin/Vita3K
|
||||||
# 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
|
||||||
|
|
Loading…
Reference in a new issue