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:
parent
d91469ebb1
commit
39a9ebf4fc
Notes:
sideshowbarker
2024-07-17 08:59:18 +09:00
Author: https://github.com/gmta Commit: https://github.com/SerenityOS/serenity/commit/39a9ebf4fc Pull-request: https://github.com/SerenityOS/serenity/pull/15174
1 changed files with 2 additions and 2 deletions
|
@ -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[@]}"
|
||||
|
|
Loading…
Add table
Reference in a new issue