Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14864351
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
553 B
Subscribers
None
View Options
diff --git a/share/qt/make_windows_icon.sh b/share/qt/make_windows_icon.sh
deleted file mode 100755
index bf607b1c6..000000000
--- a/share/qt/make_windows_icon.sh
+++ /dev/null
@@ -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}
-
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Wed, May 21, 18:59 (1 d, 2 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5865743
Default Alt Text
(553 B)
Attached To
rABC Bitcoin ABC
Event Timeline
Log In to Comment