[trivial] Remove obsolete share/qt/make_windows_icon.sh
This commit is contained in:
parent
8c7e6138db
commit
8a320c7956
1 changed files with 0 additions and 9 deletions
|
@ -1,9 +0,0 @@
|
|||
#!/bin/bash
|
||||
# create multiresolution windows icon
|
||||
ICON_SRC=../../src/qt/res/icons/bitcoin.png
|
||||
ICON_DST=../../src/qt/res/icons/bitcoin.ico
|
||||
convert ${ICON_SRC} -resize 16x16 bitcoin-16.png
|
||||
convert ${ICON_SRC} -resize 32x32 bitcoin-32.png
|
||||
convert ${ICON_SRC} -resize 48x48 bitcoin-48.png
|
||||
convert bitcoin-16.png bitcoin-32.png bitcoin-48.png ${ICON_DST}
|
||||
|
Loading…
Reference in a new issue