Files
SilentDragonXLite/res/resize.sh
adityapk00 b1614caea0 Rename to Zec Wallet (#117)
* Update linux name

* Rename strings

* Rename debian/linux packages

* Rename windows build/installer

* Mac rename

* Update icon

* Update windows icon

* update background

* Prevent deleting utxos and balances while updating
2019-03-14 11:56:05 -07:00

7 lines
236 B
Bash
Executable File

#!/bin/bash
for size in 16 32 48 128 256; do
inkscape -z -e $size.png -w $size -h $size logo.svg >/dev/null 2>/dev/null
done
convert 16.png 32.png 48.png 128.png 256.png -colors 256 icon.ico
rm 16.png 32.png 48.png 128.png 256.png