From 8c8f130f69343bbb50dafa718a8fe6df63497974 Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 22 Nov 2023 00:48:56 +0800 Subject: add title --- xmake/scripts/xpack/nsis/makensis.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/scripts') diff --git a/xmake/scripts/xpack/nsis/makensis.nsi b/xmake/scripts/xpack/nsis/makensis.nsi index 7be50dd0b..53cd82e99 100644 --- a/xmake/scripts/xpack/nsis/makensis.nsi +++ b/xmake/scripts/xpack/nsis/makensis.nsi @@ -287,7 +287,7 @@ Section "${PACKAGE_NAME} (required)" InstallExeutable ; Write the uninstall keys for Windows !macro AddReg RootKey WriteRegStr ${RootKey} ${RegUninstall} "NoAdmin" "$NoAdmin" - WriteRegStr ${RootKey} ${RegUninstall} "DisplayName" "${PACKAGE_NSIS_DISPLAY_NAME}" + WriteRegStr ${RootKey} ${RegUninstall} "DisplayName" "${PACKAGE_TITLE}" !if "${PACKAGE_NSIS_DISPLAY_ICON}" != "" WriteRegStr ${RootKey} ${RegUninstall} "DisplayIcon" '"${PACKAGE_NSIS_DISPLAY_ICON}"' !endif -- cgit v1.3.1