Skip to content

Commit

Permalink
move qt-specific scripts to qt-specific directory in scripts/
Browse files Browse the repository at this point in the history
  • Loading branch information
laanwj committed Sep 18, 2011
1 parent 5dd7318 commit 3c66913
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion scripts/make_spinner.py → scripts/qt/make_spinner.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 3c66913

Please sign in to comment.