diff options
| author | ruki <[email protected]> | 2017-03-18 16:41:39 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-03-18 16:41:39 +0800 |
| commit | 95925aa3d10c7b0d025790caacddfe3f50dea884 (patch) | |
| tree | c51c00e3cbc345a39cab3fda73e9d45e4c20de9c /scripts | |
| parent | a01bc3c597341138987394f5ad7706a206c59b9c (diff) | |
fix installer.nsi bug
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/installer.nsi | 1 |
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
|
