mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
PICO-8 binary wrapper
This commit is contained in:
parent
6d7aef7b37
commit
ec123bb346
6
emu-configs/pico-8/pico8-wrapper.sh
Normal file
6
emu-configs/pico-8/pico8-wrapper.sh
Normal 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
|
|
@ -1226,8 +1226,9 @@ modules:
|
|||
# Initializing default emulator configs
|
||||
- cp -r emu-configs ${FLATPAK_DEST}/retrodeck/emu-configs/
|
||||
|
||||
# Overlays
|
||||
#- cp -r overlays ${FLATPAK_DEST}/retrodeck/overlays Disabled in 0.4.2b as it will be introduced in 0.5.0b
|
||||
# PICO-8 wrapper
|
||||
- cp ${FLATPAK_DEST}/retrodeck/emu-configs/pico-8/pico8-wrapper.sh /app/bin/pico8
|
||||
- chmod +x /app/bin/pico8
|
||||
|
||||
# Placing appdata
|
||||
- mkdir -p ${FLATPAK_DEST}/share/appdata
|
||||
|
|
Loading…
Reference in a new issue