summaryrefslogtreecommitdiff
path: root/Ports
diff options
context:
space:
mode:
authorGunnar Beutner <gbeutner@serenityos.org>2021-06-06 19:22:39 +0200
committerAli Mohammad Pur <Ali.mpfard@gmail.com>2021-06-09 17:39:00 +0430
commita5e6a373ccd8f21e1ec8ae558d47c77a4cf3cfa5 (patch)
tree6bc20e994b0753e09cc13b17bd3d32aa60e87e69 /Ports
parentb889bfe0f68ecfbfe5b809dbd7a0dc3a9ca5f000 (diff)
downloadserenity-a5e6a373ccd8f21e1ec8ae558d47c77a4cf3cfa5.zip
Ports: Embed icons for the stpuzzles port
Diffstat (limited to 'Ports')
-rwxr-xr-xPorts/stpuzzles/package.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/Ports/stpuzzles/package.sh b/Ports/stpuzzles/package.sh
index 11b9a537ae..d7a7d983bd 100755
--- a/Ports/stpuzzles/package.sh
+++ b/Ports/stpuzzles/package.sh
@@ -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
}