Fix Microsoft Store logo size
Before Width: | Height: | Size: 6.9 KiB After Width: | Height: | Size: 6.9 KiB |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 7.6 KiB After Width: | Height: | Size: 7.6 KiB |
|
@ -55,8 +55,8 @@ if command -v convert >/dev/null 2>&1; then
|
|||
# Windows AppX
|
||||
mkdir -p "appx"
|
||||
resize 44 44 "${SRC}" 'appx/Square44x44Logo.png'
|
||||
resize 50 50 "${SRC}" 'appx/StoreLogo.png'
|
||||
resize 150 150 "${SRC}" 'appx/Square150x150Logo.png'
|
||||
resize 400 400 "${SRC}" 'appx/StoreLogo.png'
|
||||
resize 310 150 "${SRC}" 'appx/Wide310x150Logo.png'
|
||||
else
|
||||
echo "ImageMagick is not available - cannot convert icons"
|
||||
|
|