summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorruki <[email protected]>2017-06-02 22:41:13 +0800
committerruki <[email protected]>2017-06-02 22:41:13 +0800
commitdaa2475834699f070c838a54a826e075f6042287 (patch)
tree7393ba0c680993429fdc2e8e0a458b79df4749c7 /scripts
parent35f224c360fcab3a6d26d84d50e55af0af469968 (diff)
add icon to the windows installer and program
Diffstat (limited to 'scripts')
-rw-r--r--scripts/installer.nsi6
1 files changed, 5 insertions, 1 deletions
diff --git a/scripts/installer.nsi b/scripts/installer.nsi
index b9997abbb..e2deebfc0 100644
--- a/scripts/installer.nsi
+++ b/scripts/installer.nsi
@@ -31,6 +31,10 @@ RequestExecutionLevel admin
!define MUI_ABORTWARNING
;--------------------------------
+; Icon
+!define MUI_ICON "..\docs\favicon.ico"
+
+;--------------------------------
; Pages
!insertmacro MUI_PAGE_LICENSE "..\LICENSE.md"
@@ -40,7 +44,7 @@ RequestExecutionLevel admin
!insertmacro MUI_UNPAGE_CONFIRM
!insertmacro MUI_UNPAGE_INSTFILES
-
+
;--------------------------------
; Languages