Skip to content

Commit b64d846

Browse files
committed
🔧 Add homepage icon
1 parent bd5c079 commit b64d846

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

icons/create.sh

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,8 @@ convert_svg_to_png "$TMP_DIR/blossom_tiny_dark.svg" "$OUTPUT_DIR/trayDark.png" 6
189189
rm "$TMP_DIR/blossom_tiny_dark.svg"
190190

191191
# For the colored tray icon, we overlay the blossom_tiny.svg onto the bg_tiny_square.svg.
192-
composite_svgs source/bg_tiny_square.svg source/blossom_tiny.svg $TMP_DIR/trayColored.svg 24
193-
convert_svg_to_png "$TMP_DIR/trayColored.svg" "$OUTPUT_DIR/trayColored.png" 64
192+
composite_svgs source/bg_tiny_square.svg source/blossom_tiny.svg $TMP_DIR/trayColor.svg 24
193+
convert_svg_to_png "$TMP_DIR/trayColor.svg" "$OUTPUT_DIR/trayColor.png" 64
194194

195195

196196
# ------------------------------------------ Favicon --------------------------------------------- #
@@ -201,6 +201,14 @@ echo "Creating favicon..."
201201
composite_svgs source/bg_tiny_square.svg source/blossom_small.svg $OUTPUT_DIR/favicon.svg 24
202202

203203

204+
# --------------------------------------- Homepage Icon ------------------------------------------ #
205+
206+
echo "Creating homepage icon..."
207+
208+
# The homepage icon is an SVG made from blossom_medium.svg on top of bg_square.svg.
209+
composite_svgs source/bg_square.svg source/blossom_medium.svg $OUTPUT_DIR/web-icon.svg 32
210+
211+
204212
# ---------------------------------------- Linux Icon -------------------------------------------- #
205213

206214
echo "Creating Linux icon..."

0 commit comments

Comments
 (0)