From 0023bc032703e511bafc7ea6784852a9a54c595c Mon Sep 17 00:00:00 2001 From: Tim Ledbetter Date: Sat, 12 Aug 2023 23:20:38 +0100 Subject: [PATCH] Ports/quake2: Add a launcher icon --- Ports/quake2/package.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Ports/quake2/package.sh b/Ports/quake2/package.sh index 4e7dec66d83..b6c2fcd13fe 100755 --- a/Ports/quake2/package.sh +++ b/Ports/quake2/package.sh @@ -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[@]}"