File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#! /bin/bash
22# 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}
99
Original file line number Diff line number Diff line change 11<!DOCTYPE RCC><RCC version="1.0">
22 <qresource prefix="/icons">
33 <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>
55 <file alias="address-book">res/icons/address-book.png</file>
66 <file alias="quit">res/icons/quit.png</file>
77 <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"
22IDI_ICON2 ICON DISCARDABLE "icons/stronghands_testnet.ico"
33
44#include <windows.h> // needed for VERSIONINFO
You can’t perform that action at this time.
0 commit comments