mirror of https://github.com/mifi/lossless-cut
add missing tile icons for microsoft
parent
3c2045d810
commit
fbd69c3c0c
@ -0,0 +1,4 @@
|
||||
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
|
||||
Loading…
Reference in New Issue