PICO-8 binary wrapper

This commit is contained in:
icenine451 2023-04-16 12:35:50 -04:00
parent 6d7aef7b37
commit ec123bb346
2 changed files with 9 additions and 2 deletions

View file

@ -0,0 +1,6 @@
#!/bin/bash
# This is a wrapper function for PICO8, as ES-DE does not appear to be able to find it outside of the /app/bin location.
# Users should still put the real binary in the ~/retrodeck/bios/pico-8/ location
~/retrodeck/bios/pico-8/pico8

View file

@ -1226,8 +1226,9 @@ modules:
# Initializing default emulator configs # Initializing default emulator configs
- cp -r emu-configs ${FLATPAK_DEST}/retrodeck/emu-configs/ - cp -r emu-configs ${FLATPAK_DEST}/retrodeck/emu-configs/
# Overlays # PICO-8 wrapper
#- cp -r overlays ${FLATPAK_DEST}/retrodeck/overlays Disabled in 0.4.2b as it will be introduced in 0.5.0b - cp ${FLATPAK_DEST}/retrodeck/emu-configs/pico-8/pico8-wrapper.sh /app/bin/pico8
- chmod +x /app/bin/pico8
# Placing appdata # Placing appdata
- mkdir -p ${FLATPAK_DEST}/share/appdata - mkdir -p ${FLATPAK_DEST}/share/appdata