mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +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:
committed by
Andreas Kling
parent
d91469ebb1
commit
39a9ebf4fc
@@ -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[@]}"
|
||||
|
||||
Reference in New Issue
Block a user