Ports: Repair the launcher icons of 'stpuzzles'

This commit is contained in:
Ben Wiederhake 2023-04-09 13:46:11 +02:00 committed by Linus Groh
parent 1f0b54c857
commit 86b83d5823

View file

@ -14,7 +14,7 @@ install() {
run make 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_launcher "$puzzle" "Games/Puzzles" "/usr/local/bin/$puzzle" ""
install_icon "static-icons/${puzzle}.ico" "/usr/local/bin/$puzzle"
done
}