diff options
author | Gunnar Beutner <gbeutner@serenityos.org> | 2021-06-06 19:22:39 +0200 |
---|---|---|
committer | Ali Mohammad Pur <Ali.mpfard@gmail.com> | 2021-06-09 17:39:00 +0430 |
commit | a5e6a373ccd8f21e1ec8ae558d47c77a4cf3cfa5 (patch) | |
tree | 6bc20e994b0753e09cc13b17bd3d32aa60e87e69 /Ports | |
parent | b889bfe0f68ecfbfe5b809dbd7a0dc3a9ca5f000 (diff) | |
download | serenity-a5e6a373ccd8f21e1ec8ae558d47c77a4cf3cfa5.zip |
Ports: Embed icons for the stpuzzles port
Diffstat (limited to 'Ports')
-rwxr-xr-x | Ports/stpuzzles/package.sh | 1 |
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 } |