1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-07-09 14:10:45 +00:00

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.
This commit is contained in:
Jelle Raaijmakers 2022-09-09 14:12:26 +02:00 committed by Andreas Kling
parent d91469ebb1
commit 39a9ebf4fc

View File

@ -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[@]}"