mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
Scale mac icon to 0.8
This commit is contained in:
parent
5ee62d4d65
commit
8ca6dbe34b
@ -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.
Loading…
x
Reference in New Issue
Block a user