Flatpak: fixed path in yml

This commit is contained in:
XargonWan 2022-03-20 15:48:30 +01:00
parent fee00c4e8e
commit ce578eeff3

View file

@ -67,7 +67,7 @@ modules:
- name: retroarch-cores - name: retroarch-cores
buildsystem: simple buildsystem: simple
build-commands: 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: cleanup:
- RetroArch_cores.7z - RetroArch_cores.7z
sources: sources:
@ -90,7 +90,7 @@ modules:
# build-commands: # build-commands:
# - unappimage ./yuzu*.AppImage # - unappimage ./yuzu*.AppImage
# - ls ./squashfs-root/ # - 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 # TODO: see how are the files and implement, edit the yuzu.sh script
# cleanup: ['*'] # cleanup: ['*']
# sources: # sources:
@ -105,10 +105,10 @@ modules:
# - name: 351elec-emulationstation # - name: 351elec-emulationstation
# build commands: # build commands:
# - mv 351elec-emulationstation ~/emulationstation # - mv 351elec-emulationstation /app/emulationstation
# - install -Dm755 patches/Splash.h -t ~/emulationstation/es-core/src/ # - install -Dm755 patches/Splash.h -t /app/emulationstation/es-core/src/
# - install -Dm755 patches/GuiMenu.cpp -t ~/emulationstation/es-app/src/guis/ # - install -Dm755 patches/GuiMenu.cpp -t /app/emulationstation/es-app/src/guis/
# - cd ~/emulationstation # - cd /app/emulationstation
# - cmake -DENABLE_EMUELEC=1 -DGLES2=0 -DDISABLE_KODI=1 -DENABLE_FILEMANAGER=0 -DCEC=0 -DRG552=1 # - cmake -DENABLE_EMUELEC=1 -DGLES2=0 -DDISABLE_KODI=1 -DENABLE_FILEMANAGER=0 -DCEC=0 -DRG552=1
# - make -j$(nproc) # - make -j$(nproc)
# - ln -s emulationstation /app/usr/bin/emulationstation # - ln -s emulationstation /app/usr/bin/emulationstation
@ -130,7 +130,7 @@ modules:
# - name: art-book-next # - name: art-book-next
# builsystem: simple # builsystem: simple
# build-commands: # 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: ['*'] # cleanup: ['*']
# sources: # sources:
# - type: git # - type: git
@ -250,10 +250,10 @@ modules:
- mkdir -p ~/retrodeck/roms/gc - mkdir -p ~/retrodeck/roms/gc
- mkdir -p ~/retrodeck/roms/3ds - mkdir -p ~/retrodeck/roms/3ds
- install -Dm755 retrodeck.sh -t ~/retrodeck/ - install -Dm755 retrodeck.sh -t /app/retrodeck/
- install -Dm755 export_func.sh -t ~/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) # move other files (check old install script)
sources: sources: