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

@ -15,7 +15,7 @@ configopts=(
depends=('SDL2')
launcher_name='Quake II'
launcher_category='Games'
launcher_command='quake2'
launcher_command='/usr/local/bin/quake2'
configure() {
run cmake "${configopts[@]}"