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
@@ -13,9 +13,9 @@ configopts=(
|
|||||||
"-DOPENGL_INCLUDE_DIR=${SERENITY_INSTALL_ROOT}/usr/include/LibGL"
|
"-DOPENGL_INCLUDE_DIR=${SERENITY_INSTALL_ROOT}/usr/include/LibGL"
|
||||||
)
|
)
|
||||||
depends=('SDL2')
|
depends=('SDL2')
|
||||||
launcher_name='QuakeII'
|
launcher_name='Quake II'
|
||||||
launcher_category='Games'
|
launcher_category='Games'
|
||||||
launcher_command='quake2'
|
launcher_command='/usr/local/bin/quake2'
|
||||||
|
|
||||||
configure() {
|
configure() {
|
||||||
run cmake "${configopts[@]}"
|
run cmake "${configopts[@]}"
|
||||||
|
|||||||
Reference in New Issue
Block a user