Removed electrum.ico

This commit is contained in:
Mitchell 2016-03-09 19:47:14 +01:00
parent 25fd2aca7e
commit 8e92fefe13
2 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

View File

@ -72,7 +72,7 @@
!define MUI_ABORTWARNING !define MUI_ABORTWARNING
!define MUI_ABORTWARNING_TEXT "Are you sure you wish to abort the installation of ${PRODUCT_NAME}?" !define MUI_ABORTWARNING_TEXT "Are you sure you wish to abort the installation of ${PRODUCT_NAME}?"
!define MUI_ICON "electrum.ico" !define MUI_ICON "..\..\icons\electrum.ico"
;-------------------------------- ;--------------------------------
;Pages ;Pages
@ -106,7 +106,7 @@ Section
;Files to pack into the installer ;Files to pack into the installer
;File /r "dist\electrum\*.*" ;File /r "dist\electrum\*.*"
File "electrum.ico" File "..\..\icons\electrum.ico"
;Store installation folder ;Store installation folder
WriteRegStr HKCU "Software\${PRODUCT_NAME}" "" $INSTDIR WriteRegStr HKCU "Software\${PRODUCT_NAME}" "" $INSTDIR