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
commit a5e6a373cc
Notes: sideshowbarker 2024-07-18 12:33:58 +09:00

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
}