File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -189,8 +189,8 @@ convert_svg_to_png "$TMP_DIR/blossom_tiny_dark.svg" "$OUTPUT_DIR/trayDark.png" 6
189
189
rm " $TMP_DIR /blossom_tiny_dark.svg"
190
190
191
191
# 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
194
194
195
195
196
196
# ------------------------------------------ Favicon --------------------------------------------- #
@@ -201,6 +201,14 @@ echo "Creating favicon..."
201
201
composite_svgs source/bg_tiny_square.svg source/blossom_small.svg $OUTPUT_DIR /favicon.svg 24
202
202
203
203
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
+
204
212
# ---------------------------------------- Linux Icon -------------------------------------------- #
205
213
206
214
echo " Creating Linux icon..."
You can’t perform that action at this time.
0 commit comments