mirror of
https://github.com/FunKey-Project/FunKey-OS.git
synced 2026-03-19 02:12:41 +01:00
Replaced SDLRetro by PicoArch frontend (author: neonloop) for RetroFE and GMenu2X
Updated OS version
This commit is contained in:
12
package
Executable file
12
package
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/bin/sh
|
||||
|
||||
cd /opt/picoarch
|
||||
./package
|
||||
cp picoarch /opt/FunKey-OS/FunKey/board/funkey/rootfs-overlay/usr/games/
|
||||
cp picoarch_funkey-s.opk /opt/FunKey-OS/FunKey/board/funkey/rootfs-overlay/usr/local/share/OPKs/Libretro/
|
||||
|
||||
cd ../FunKey-OS
|
||||
make
|
||||
|
||||
rm -f FunKey/board/funkey/rootfs-overlay/usr/games/picoarch
|
||||
rm -f FunKey/board/funkey/rootfs-overlay/usr/local/share/OPKs/Libretro/picoarch_funkey-s.opk
|
||||
Reference in New Issue
Block a user