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:
Jelle Raaijmakers 2022-05-13 22:45:52 +02:00 committed by Linus Groh
parent 26be6176ad
commit 4472cab81a

View file

@ -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