Initial commit

This commit is contained in:
2026-02-02 04:50:13 +01:00
commit 5b11698731
22592 changed files with 7677434 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{
"label":"ScummVM",
"icon":"scummvm.png",
"iconsel":"scummvm.png",
"launch":"launch.sh",
"description":"Interpreter for several adventure games"
}

View 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

View File

@@ -0,0 +1,4 @@
title=ScummVM
description=Interpreter for several adventure games
exec=/mnt/games/scummvm/scummvm
clock=702