Ports/quake2: Add a launcher icon

This commit is contained in:
Tim Ledbetter 2023-08-12 23:20:38 +01:00 committed by Tim Schumacher
parent 60a468d50b
commit 0023bc0327

View file

@ -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[@]}"