Scale mac icon to 0.8

This commit is contained in:
Elian Doran 2024-08-04 17:11:46 +03:00
parent 5ee62d4d65
commit 8ca6dbe34b
No known key found for this signature in database
2 changed files with 1 additions and 1 deletions

View File

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

Binary file not shown.