1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 11:57:35 +00:00

Ports/hatari: Add launcher icon

This commit is contained in:
Tim Ledbetter 2023-08-13 08:12:42 +01:00 committed by Tim Schumacher
parent badf003511
commit c79c145a0a

View file

@ -10,6 +10,7 @@ files=(
launcher_name=Hatari launcher_name=Hatari
launcher_category=Games launcher_category=Games
launcher_command='/usr/local/bin/hatari' launcher_command='/usr/local/bin/hatari'
icon_file='share/icons/hicolor/32x32/apps/hatari.png'
configure() { configure() {
run cmake "${configopts[@]}" run cmake "${configopts[@]}"