mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 19:17:44 +00:00
Ports: Set right launcher command for Quake
By setting the absolute path for `launcher_command`, the menu item actually shows up. Provide an `icon_file` as well so it's pretty.
This commit is contained in:
parent
26be6176ad
commit
4472cab81a
1 changed files with 2 additions and 1 deletions
|
@ -8,4 +8,5 @@ makeopts=("V=1" "SYMBOLS_ON=Y")
|
|||
depends=("SDL2")
|
||||
launcher_name=Quake
|
||||
launcher_category=Games
|
||||
launcher_command=quake
|
||||
launcher_command=/bin/quake
|
||||
icon_file=quake.png
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue