From 276d79c6e20983d7298390ed3cc816432ba0f89c Mon Sep 17 00:00:00 2001 From: XargonWan Date: Sun, 20 Mar 2022 15:48:30 +0100 Subject: [PATCH] Flatpak: fixed path in yml --- com.xargon.retrodeck.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/com.xargon.retrodeck.yml b/com.xargon.retrodeck.yml index d83bba8b..9294ddab 100644 --- a/com.xargon.retrodeck.yml +++ b/com.xargon.retrodeck.yml @@ -67,7 +67,7 @@ modules: - name: retroarch-cores buildsystem: simple build-commands: - - install -Dm755 ./RetroArch-Linux-x86_64.AppImage.home/.config/retroarch/cores/* -t ~/retroarch/emulators/cores/ + - install -Dm755 ./RetroArch-Linux-x86_64.AppImage.home/.config/retroarch/cores/* -t /app/retroarch/emulators/cores/ cleanup: - RetroArch_cores.7z sources: @@ -90,7 +90,7 @@ modules: # build-commands: # - unappimage ./yuzu*.AppImage # - ls ./squashfs-root/ - # - mv ./squashfs-root/ ~/retrodeck/emulators/yuzu/ + # - mv ./squashfs-root/ /app/retrodeck/emulators/yuzu/ # TODO: see how are the files and implement, edit the yuzu.sh script # cleanup: ['*'] # sources: @@ -105,10 +105,10 @@ modules: # - name: 351elec-emulationstation # build commands: - # - mv 351elec-emulationstation ~/emulationstation - # - install -Dm755 patches/Splash.h -t ~/emulationstation/es-core/src/ - # - install -Dm755 patches/GuiMenu.cpp -t ~/emulationstation/es-app/src/guis/ - # - cd ~/emulationstation + # - mv 351elec-emulationstation /app/emulationstation + # - install -Dm755 patches/Splash.h -t /app/emulationstation/es-core/src/ + # - install -Dm755 patches/GuiMenu.cpp -t /app/emulationstation/es-app/src/guis/ + # - cd /app/emulationstation # - cmake -DENABLE_EMUELEC=1 -DGLES2=0 -DDISABLE_KODI=1 -DENABLE_FILEMANAGER=0 -DCEC=0 -DRG552=1 # - make -j$(nproc) # - ln -s emulationstation /app/usr/bin/emulationstation @@ -130,7 +130,7 @@ modules: # - name: art-book-next # builsystem: simple # build-commands: - # - install -Dm755 art-book-next -t ~/emulationstation/themes/art-book-next + # - install -Dm755 art-book-next -t /app/emulationstation/themes/art-book-next # cleanup: ['*'] # sources: # - type: git @@ -250,10 +250,10 @@ modules: - mkdir -p ~/retrodeck/roms/gc - mkdir -p ~/retrodeck/roms/3ds - - install -Dm755 retrodeck.sh -t ~/retrodeck/ - - install -Dm755 export_func.sh -t ~/retrodeck/ + - install -Dm755 retrodeck.sh -t /app/retrodeck/ + - install -Dm755 export_func.sh -t /app/retrodeck/ - - install -Dm755 es_* -t ~/emulationstation + - install -Dm755 es_* -t /app/emulationstation # move other files (check old install script) sources: