Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 712b180

Browse files
committed
Set up 1024x1024 icon for macOS
1 parent 3ce2c98 commit 712b180

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

bin/create-icons.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@ magick -background none "../icon-purple.svg" -resize "256x256" "./png/256x256-de
2121

2222
# Build Mac .icns
2323
magick -background none "../icon-color.svg" -resize "512x512" "./png/512x512.png"
24-
icnsutil compose -f "mac/icon.icns" "./png/512x512.png"
24+
magick -background none "../icon-color.svg" -resize "1024x1024" "./png/1024x1024.png"
25+
icnsutil compose -f "mac/icon.icns" "./png/512x512.png" "./png/1024x1024.png"
2526
rm "./png/512x512.png"
27+
rm "./png/1024x1024.png"
2628

2729
# Build Windows icon
2830
magick -background none "../icon-color.svg" -define icon:auto-resize=16,32,48,64,128,256 "./win/icon.ico"

images/app-icons/mac/icon.icns

176 KB
Binary file not shown.

0 commit comments

Comments
 (0)