CHANGE command in build script (previous is deprecated)

This commit is contained in:
Hoernschen 2025-08-11 15:40:17 +02:00
parent 470eb1a169
commit 9b6557bb0c
Signed by: hoernschen
GPG key ID: 37591FAF4E6D3462
2 changed files with 5 additions and 5 deletions

View file

@ -6,4 +6,4 @@
# 1. The path of the source file
# 2. The output path (with .ico extension)
convert -density 300 -define icon:auto-resize=96,64,48,32,16 -background none $1 $2
magick convert -density 300 -define icon:auto-resize=96,64,48,32,16 -background none $1 $2