mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2025-06-11 20:41:00 -04:00
Fix Microsoft Store logo size
This commit is contained in:
parent
b083252b50
commit
ce1844ad0a
5 changed files with 1 additions and 1 deletions
Binary file not shown.
Before ![]() (image error) Size: 6.9 KiB After ![]() (image error) Size: 6.9 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 2.1 KiB After ![]() (image error) Size: 2.1 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 20 KiB After ![]() (image error) Size: 2.3 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 7.6 KiB After ![]() (image error) 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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue