mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-25 07:25:38 +00:00
Flatpak: fixed path in yml
This commit is contained in:
parent
09ddd4936e
commit
276d79c6e2
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue