mirror of
https://github.com/moparisthebest/PagePlusBalance
synced 2024-11-15 13:55:06 -05:00
11 lines
392 B
Bash
Executable File
11 lines
392 B
Bash
Executable File
#!/bin/sh
|
|
# icons
|
|
convert -resize 512x512\! ./orig/owl.svg 512x512.png
|
|
convert -resize 72x72\! ./orig/owl.svg ../res/drawable-hdpi/icon.png
|
|
convert -resize 36x36\! ./orig/owl.svg ../res/drawable-ldpi/icon.png
|
|
convert -resize 48x48\! ./orig/owl.svg ../res/drawable-mdpi/icon.png
|
|
|
|
# screen shots
|
|
convert -resize 480x854\! ./orig/ss1.png ss1.png
|
|
convert -resize 480x854\! ./orig/ss2.png ss2.png
|