mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 01:20:25 +00:00
Ports/quake2: Add a launcher icon
This commit is contained in:
parent
60a468d50b
commit
0023bc0327
Notes:
sideshowbarker
2024-07-16 21:51:02 +09:00
Author: https://github.com/tcl3 Commit: https://github.com/SerenityOS/serenity/commit/0023bc0327 Pull-request: https://github.com/SerenityOS/serenity/pull/20648 Reviewed-by: https://github.com/timschumi ✅
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ depends=('SDL2')
|
|||
launcher_name='Quake II'
|
||||
launcher_category='Games'
|
||||
launcher_command='/usr/local/bin/quake2'
|
||||
icon_file='docs/quake2.gif'
|
||||
|
||||
configure() {
|
||||
run cmake "${configopts[@]}"
|
||||
|
|
Loading…
Reference in a new issue