From 4472cab81ac6f24dd1425153b05b24ef424c760a Mon Sep 17 00:00:00 2001 From: Jelle Raaijmakers Date: Fri, 13 May 2022 22:45:52 +0200 Subject: [PATCH] Ports: Set right launcher command for Quake By setting the absolute path for `launcher_command`, the menu item actually shows up. Provide an `icon_file` as well so it's pretty. --- Ports/quake/package.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Ports/quake/package.sh b/Ports/quake/package.sh index aa1535cd643..d7ee199c80e 100755 --- a/Ports/quake/package.sh +++ b/Ports/quake/package.sh @@ -8,4 +8,5 @@ makeopts=("V=1" "SYMBOLS_ON=Y") depends=("SDL2") launcher_name=Quake launcher_category=Games -launcher_command=quake +launcher_command=/bin/quake +icon_file=quake.png