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

Commit 8ca6dbe

Browse files
committed
Scale mac icon to 0.8
1 parent 5ee62d4 commit 8ca6dbe

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

bin/create-icons.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ for size in "${sizes[@]}"; do
3131
done
3232

3333
mkdir -p fakeapp.app
34-
npx iconsur set fakeapp.app -l -i "png/1024x1024.png" -o "mac/1024x1024.png"
34+
npx iconsur set fakeapp.app -l -i "png/1024x1024.png" -o "mac/1024x1024.png" -s 0.8
3535
declare -a sizes=("16x16" "32x32" "128x128" "512x512")
3636
for size in "${sizes[@]}"; do
3737
magick "mac/1024x1024.png" -resize "${size}" "mac/${size}.png"

images/app-icons/mac/icon.icns

-10.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)