From 39a9ebf4fc82f33f68652a69a9ca2af7092cbb65 Mon Sep 17 00:00:00 2001 From: Jelle Raaijmakers Date: Fri, 9 Sep 2022 14:12:26 +0200 Subject: [PATCH] Ports: Update launcher path to Quake II The launcher was not created as a result of the path not being absolute. Also set a more commonly used title for the launcher. --- Ports/quake2/package.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Ports/quake2/package.sh b/Ports/quake2/package.sh index cd0a678717..8a62cc5aa9 100755 --- a/Ports/quake2/package.sh +++ b/Ports/quake2/package.sh @@ -13,9 +13,9 @@ configopts=( "-DOPENGL_INCLUDE_DIR=${SERENITY_INSTALL_ROOT}/usr/include/LibGL" ) depends=('SDL2') -launcher_name='QuakeII' +launcher_name='Quake II' launcher_category='Games' -launcher_command='quake2' +launcher_command='/usr/local/bin/quake2' configure() { run cmake "${configopts[@]}"