File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
# create multiresolution windows icon
3
- ICON_SRC=../../src/qt/res/icons/stronghands .png
4
- ICON_DST=../../src/qt/res/icons/stronghands .ico
5
- convert ${ICON_SRC} -resize 16x16 stronghands -16.png
6
- convert ${ICON_SRC} -resize 32x32 stronghands -32.png
7
- convert ${ICON_SRC} -resize 48x48 stronghands -48.png
8
- convert stronghands -48.png stronghands -32.png stronghands -16.png ${ICON_DST}
3
+ ICON_SRC=../../src/qt/res/icons/Stronghands .png
4
+ ICON_DST=../../src/qt/res/icons/Stronghands .ico
5
+ convert ${ICON_SRC} -resize 16x16 Stronghands -16.png
6
+ convert ${ICON_SRC} -resize 32x32 Stronghands -32.png
7
+ convert ${ICON_SRC} -resize 48x48 Stronghands -48.png
8
+ convert Stronghands -48.png Stronghands -32.png Stronghands -16.png ${ICON_DST}
9
9
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE RCC><RCC version="1.0">
2
2
<qresource prefix="/icons">
3
3
<file alias="bitcoin">res/icons/bitcoin.png</file>
4
- <file alias="stronghands">res/icons/stronghands .png</file>
4
+ <file alias="stronghands">res/icons/Stronghands .png</file>
5
5
<file alias="address-book">res/icons/address-book.png</file>
6
6
<file alias="quit">res/icons/quit.png</file>
7
7
<file alias="send">res/icons/send.png</file>
Original file line number Diff line number Diff line change 1
- IDI_ICON1 ICON DISCARDABLE "icons/stronghands .ico"
1
+ IDI_ICON1 ICON DISCARDABLE "icons/Stronghands .ico"
2
2
IDI_ICON2 ICON DISCARDABLE "icons/stronghands_testnet.ico"
3
3
4
4
#include <windows.h> // needed for VERSIONINFO
You can’t perform that action at this time.
0 commit comments