summaryrefslogtreecommitdiff
path: root/xmake/scripts
diff options
context:
space:
mode:
authorruki <[email protected]>2023-11-12 00:38:00 +0800
committerruki <[email protected]>2023-11-12 00:38:00 +0800
commite818790049d616eb870d5abaff0782a8f40d8895 (patch)
treec52b503b9d6f341029c1298e2f846927824d1da8 /xmake/scripts
parent3d00033b3455adefa71d9b08d14fb14dbfc02505 (diff)
improve nsis spec
Diffstat (limited to 'xmake/scripts')
-rw-r--r--xmake/scripts/xpack/nsis/makensis.nsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/scripts/xpack/nsis/makensis.nsi b/xmake/scripts/xpack/nsis/makensis.nsi
index bf0de6f06..ccb9d4544 100644
--- a/xmake/scripts/xpack/nsis/makensis.nsi
+++ b/xmake/scripts/xpack/nsis/makensis.nsi
@@ -104,5 +104,5 @@ VIAddVersionKey /LANG=0 FileVersion ${VERSION_FULL}
VIAddVersionKey /LANG=0 ProductVersion ${VERSION_FULL}
; set registry paths
-!define RegUninstall "Software\Microsoft\Windows\CurrentVersion\Uninstall\XMake"
+!define RegUninstall "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PACKAGE_NAME}"