move qt-specific scripts to qt-specific directory in scripts/
This commit is contained in:
parent
5dd7318db7
commit
3c66913cd2
4 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@ from PIL import Image
|
|||
from subprocess import Popen
|
||||
|
||||
SRC='img/reload_scaled.png'
|
||||
DST='../src/qt/res/movies/update_spinner.mng'
|
||||
DST='../../src/qt/res/movies/update_spinner.mng'
|
||||
TMPDIR='/tmp'
|
||||
TMPNAME='tmp-%03i.png'
|
||||
NUMFRAMES=35
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
# create multiresolution windows icon
|
||||
ICON_SRC=../src/qt/res/icons/bitcoin.png
|
||||
ICON_DST=../src/qt/res/icons/bitcoin.ico
|
||||
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
|
Loading…
Reference in a new issue