diff options
-rwxr-xr-x | Ports/scummvm/package.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Ports/scummvm/package.sh b/Ports/scummvm/package.sh index 2d82e7f23a..57f3654fc5 100755 --- a/Ports/scummvm/package.sh +++ b/Ports/scummvm/package.sh @@ -12,3 +12,6 @@ configopts=" --opengl-mode=none --with-sdl-prefix=${SERENITY_BUILD_DIR}/Root/usr/local " +launcher_name=ScummVM +launcher_category=Games +launcher_command=/usr/local/bin/scummvm |