smalltalk.nsi
changeset 1576 47bf13741bb5
parent 1574 bbaf1bad3972
child 1577 8e78d13c4366
--- a/smalltalk.nsi	Mon Sep 17 17:01:40 2018 +0200
+++ b/smalltalk.nsi	Mon Sep 17 17:01:54 2018 +0200
@@ -20,9 +20,9 @@
 !define MUI_WELCOMEPAGE_TITLE_3LINES
 !define MUI_ABORTWARNING
 ;; !define MUI_ICON "${NSISDIR}\Contrib\Graphics\Icons\modern-install.ico"
-!define MUI_ICON "stx_32x32.ico"
+!define MUI_ICON "stx_64x64.ico"
 ;; !define MUI_UNICON "${NSISDIR}\Contrib\Graphics\Icons\modern-uninstall.ico"
-!define MUI_UNICON "stx_32x32.ico"
+!define MUI_UNICON "stx_64x64.ico"
 
 ; Language Selection Dialog Settings
 !define MUI_LANGDLL_REGISTRY_ROOT "${PRODUCT_UNINST_ROOT_KEY}"