Skip to content

Commit

Permalink
#3147 icon: add missing variation
Browse files Browse the repository at this point in the history
Signed-off-by: Patrizio Bekerle <[email protected]>
  • Loading branch information
pbek committed Nov 15, 2024
1 parent 922a31f commit 0723ecc
Show file tree
Hide file tree
Showing 3 changed files with 181 additions and 159 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# QOwnNotes Changelog

## 24.11.3
- A missing icon variation was added (for [#3147](https://github.com/pbek/QOwnNotes/issues/3147))

## 24.11.2
- Some effort was made to make the application icon look better on dark backgrounds
(for [#3147](https://github.com/pbek/QOwnNotes/issues/3147))
Expand Down
1 change: 1 addition & 0 deletions icons/generate-icons.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ done
echo "Copying to src/images"
cp icon.png ${SRC_IMAGES_DIR}/icon.png
cp ${INPUT_DARK_SVG} ${SRC_IMAGES_DIR}/icon-dark.svg
cp ${INPUT_SVG} ${SRC_IMAGES_DIR}/icons/scalable/apps/QOwnNotes.svg
convert_icon 128 ${SRC_IMAGES_DIR}/icon-dark.png ${INPUT_DARK_SVG}

echo "Icon conversion complete!"
Loading

0 comments on commit 0723ecc

Please sign in to comment.