From a2c49293733badf03c50a07c95699d5deda70b14 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Mon, 9 Oct 2023 17:43:40 +0200 Subject: [PATCH] vita3k: fixed icon file path --- net.retrodeck.retrodeck.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/net.retrodeck.retrodeck.yml b/net.retrodeck.retrodeck.yml index a7733c9e..4a97eaca 100644 --- a/net.retrodeck.retrodeck.yml +++ b/net.retrodeck.retrodeck.yml @@ -1272,14 +1272,16 @@ modules: # Creating an empty symlink that will point to Vita3K binary - ln -s /var/data/Vita3K/Vita3K ${FLATPAK_DEST}/Vita3K # 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 + - cp retrodeck.png ${FLATPAK_DEST}/retrodeck + # preparing the vita3k zip for later - mv ubuntu-latest.zip ${FLATPAK_DEST}/retrodeck/vita3k.zip sources: - type: file url: https://github.com/Vita3K/Vita3K/releases/download/continuous/ubuntu-latest.zip sha256: VITA3KSHAPLACEHOLDER + - type: file + path: res/retrodeck.png # Vita3K - END