From b3f019b8b71a99c0679730438c871fb9bbd5c7e5 Mon Sep 17 00:00:00 2001 From: Todd Naugle Date: Mon, 8 Feb 2021 10:36:21 -0600 Subject: [PATCH] Use the program icon for the uninstaller on windows. Otherwise the default nsis one is used. --- tools/x-win/package.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/x-win/package.sh b/tools/x-win/package.sh index a8e0a6c749..91ea0ef63e 100755 --- a/tools/x-win/package.sh +++ b/tools/x-win/package.sh @@ -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