You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lossless-cut/generate-microsoft-icons.sh

5 lines
392 B
Bash

npx svg2png src/icon.svg --output=build-resources/appx/StoreLogo.png --width=50 --height=50
npx svg2png src/icon.svg --output=build-resources/appx/Square150x150Logo.png --width=300 --height=300
npx svg2png src/icon.svg --output=build-resources/appx/Square44x44Logo.png --width=44 --height=44
npx svg2png src/icon.svg --output=build-resources/appx/Wide310x150Logo.png --width=620 --height=300