summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/installer.nsi1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/installer.nsi b/scripts/installer.nsi
index f49579093..cc906cb69 100644
--- a/scripts/installer.nsi
+++ b/scripts/installer.nsi
@@ -91,7 +91,6 @@ Section "xmake (required)" Installer
; Write the installation path into the $PATH environment variable
WriteRegExpandStr HKLM "SYSTEM\CurrentControlSet\Control\Session Manager\Environment" "Path" "$R1;$INSTDIR"
- SendMessage ${HWND_BROADCAST} ${WM_WININICHANGE} 0 "STR:Environment"
SectionEnd