mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-03-18 18:02:47 +01:00
Updated package script and bumped submodules
This commit is contained in:
3
package
3
package
@@ -5,6 +5,7 @@ git pull
|
||||
./submodule_update.sh
|
||||
cp icons/picodrive.png opk/
|
||||
cp AUTHORS COPYING README opk/
|
||||
cp picodrive.sh opk/
|
||||
|
||||
cd /opt/FunKey-OS
|
||||
rm -rf FunKey/output/build/picodrive-*
|
||||
@@ -27,7 +28,7 @@ esac
|
||||
print '[Desktop Entry]
|
||||
Name=Mega Drive
|
||||
Comment=MS/MD/MCD/32X emulator
|
||||
Exec=PicoDrive %f
|
||||
Exec=picodrive.sh %f
|
||||
Icon=picodrive
|
||||
Categories=emulators;
|
||||
SelectorFilter=zip,md,smd,sms,32x,cue,cso,iso,chd' > opk/picodrive.funkey-s.desktop
|
||||
|
||||
Submodule pico/cd/libchdr updated: d3ffd20ca7...15ff8d6755
9
picodrive.sh
Executable file
9
picodrive.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
# Check md5 of the PicoDrive binary in /usr/games
|
||||
myhash=$(md5sum /usr/games/PicoDrive | cut -d' ' -f1)
|
||||
if [ $myhash != "5b42024e8e3a20e5a8b58ccd203b7c90" ] || [ ! -f /usr/games/PicoDrive ]; then
|
||||
rw
|
||||
cp -f PicoDrive /usr/games
|
||||
ro
|
||||
fi
|
||||
./PicoDrive "$1"
|
||||
Submodule platform/common/dr_libs updated: 61fcf38072...8ed0226390
Submodule platform/common/minimp3 updated: a4e25853c7...ca7c706001
Reference in New Issue
Block a user