Use the program icon for the uninstaller on windows.

Otherwise the default nsis one is used.
This commit is contained in:
Todd Naugle 2021-02-08 10:36:21 -06:00
parent e204095b71
commit b3f019b8b7
1 changed files with 1 additions and 0 deletions

View File

@ -394,6 +394,7 @@ RequestExecutionLevel admin
InstallDir "\$${PGF}\\${PRODUCT_ID}"
InstallDirRegKey HKLM "Software\\${PRODUCT_NAME}\\${PRODUCT_ID}\\$WARCH" "Install_Dir"
!define MUI_ICON "share\\${PRODUCT_ICON}"
!define MUI_UNICON "share\\${PRODUCT_ICON}"
EOF