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

Ports/SuperTuxKart: Set app icon

This commit is contained in:
Linus Groh 2023-07-04 21:06:23 +01:00
parent 5619bb3e04
commit 63c7747b8d

View file

@ -9,6 +9,7 @@ workdir="${port}-${version}-src"
launcher_name='SuperTuxKart' launcher_name='SuperTuxKart'
launcher_category='Games' launcher_category='Games'
launcher_command='/usr/local/bin/supertuxkart' launcher_command='/usr/local/bin/supertuxkart'
icon_file='data/supertuxkart_16.png'
depends=( depends=(
'curl' 'curl'
'freetype' 'freetype'