Skip to content

Commit a072be5

Browse files
committed
#3147 icon: add new favicon
Signed-off-by: Patrizio Bekerle <[email protected]>
1 parent 52a1ad3 commit a072be5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

icons/generate-icons.sh

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ set -e
55

66
# Configuration
77
SRC_IMAGES_DIR="../src/images"
8+
WEBPAGE_FAVICON="../webpage/src/.vuepress/public/favicon.png"
89
INPUT_SVG="icon.svg"
910
INPUT_DARK_SVG="icon-dark.svg"
1011
SIZES_APP=(16 24 32 48 64 96 128 256 512)
@@ -90,6 +91,7 @@ done
9091
# Copy to src/images
9192
echo "Copying to src/images"
9293
cp icon.png ${SRC_IMAGES_DIR}/icon.png
94+
cp icon.png ${WEBPAGE_FAVICON}
9395
cp ${INPUT_DARK_SVG} ${SRC_IMAGES_DIR}/icon-dark.svg
9496
cp ${INPUT_SVG} ${SRC_IMAGES_DIR}/icons/scalable/apps/QOwnNotes.svg
9597
convert_icon_png 128 ${SRC_IMAGES_DIR}/icon-dark.png ${INPUT_DARK_SVG}
684 Bytes
Loading

0 commit comments

Comments
 (0)