From 86b83d58238c88e2c717b1f7c08cff2d295863aa Mon Sep 17 00:00:00 2001 From: Ben Wiederhake Date: Sun, 9 Apr 2023 13:46:11 +0200 Subject: [PATCH] Ports: Repair the launcher icons of 'stpuzzles' --- Ports/stpuzzles/package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ports/stpuzzles/package.sh b/Ports/stpuzzles/package.sh index a2dc63129b6..31a652035ec 100755 --- a/Ports/stpuzzles/package.sh +++ b/Ports/stpuzzles/package.sh @@ -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 }