Initial commit
This commit is contained in:
7
dists/miyoo/config.miyoomini.json
Normal file
7
dists/miyoo/config.miyoomini.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"label":"ScummVM",
|
||||
"icon":"scummvm.png",
|
||||
"iconsel":"scummvm.png",
|
||||
"launch":"launch.sh",
|
||||
"description":"Interpreter for several adventure games"
|
||||
}
|
||||
4
dists/miyoo/launch.miyoomini.sh
Normal file
4
dists/miyoo/launch.miyoomini.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
echo $0 $* > scummvm.log
|
||||
progdir=`dirname "$0"`
|
||||
HOME=$progdir LD_LIBRARY_PATH=$progdir:$LD_LIBRARY_PATH $progdir/scummvm >> scummvm.log 2>&1
|
||||
BIN
dists/miyoo/scummvm-miyoomini.png
Normal file
BIN
dists/miyoo/scummvm-miyoomini.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.1 KiB |
4
dists/miyoo/scummvm.miyoo
Normal file
4
dists/miyoo/scummvm.miyoo
Normal file
@@ -0,0 +1,4 @@
|
||||
title=ScummVM
|
||||
description=Interpreter for several adventure games
|
||||
exec=/mnt/games/scummvm/scummvm
|
||||
clock=702
|
||||
Reference in New Issue
Block a user