Fix Microsoft Store logo size

This commit is contained in:
Christopher Willis-Ford 2018-12-13 18:20:39 -08:00
parent b083252b50
commit ce1844ad0a
5 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.9 KiB

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.6 KiB

After

Width:  |  Height:  |  Size: 7.6 KiB

View file

@ -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"