diff --git a/buildResources/appx/Square150x150Logo.png b/buildResources/appx/Square150x150Logo.png index 047b6c2..07e760e 100644 Binary files a/buildResources/appx/Square150x150Logo.png and b/buildResources/appx/Square150x150Logo.png differ diff --git a/buildResources/appx/Square44x44Logo.png b/buildResources/appx/Square44x44Logo.png index 8e3108f..ed2c481 100644 Binary files a/buildResources/appx/Square44x44Logo.png and b/buildResources/appx/Square44x44Logo.png differ diff --git a/buildResources/appx/StoreLogo.png b/buildResources/appx/StoreLogo.png index 2550d30..cea79ec 100644 Binary files a/buildResources/appx/StoreLogo.png and b/buildResources/appx/StoreLogo.png differ diff --git a/buildResources/appx/Wide310x150Logo.png b/buildResources/appx/Wide310x150Logo.png index 58f9d51..7346a80 100644 Binary files a/buildResources/appx/Wide310x150Logo.png and b/buildResources/appx/Wide310x150Logo.png differ diff --git a/buildResources/make-icons.sh b/buildResources/make-icons.sh index b3c9b48..bfc5a7e 100755 --- a/buildResources/make-icons.sh +++ b/buildResources/make-icons.sh @@ -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"