1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 06:47:34 +00:00

Ports: Embed icons for the stpuzzles port

This commit is contained in:
Gunnar Beutner 2021-06-06 19:22:39 +02:00 committed by Ali Mohammad Pur
parent b889bfe0f6
commit a5e6a373cc

View file

@ -16,5 +16,6 @@ install() {
for puzzle in bridges cube dominosa fifteen filling flip flood galaxies guess inertia keen lightup loopy magnets map mines mosaic net netslide palisade pattern pearl pegs range rect samegame signpost singles sixteen slant solo tents towers tracks twiddle undead unequal unruly untangle; do
install_launcher "$puzzle" "Games/Puzzles" "/usr/local/bin/$puzzle"
install_icon "static-icons/${puzzle}.ico" "/usr/local/bin/$puzzle"
done
}