summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/installer.nsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/installer.nsi b/scripts/installer.nsi
index 03204558e..8ef9e2e6d 100644
--- a/scripts/installer.nsi
+++ b/scripts/installer.nsi
@@ -230,6 +230,7 @@ Section "XMake (required)" InstallExeutable
SetOutPath $InstDir
; Remove previous directories used
+ ; https://github.com/xmake-io/xmake/issues/1888
IfFileExists "$InstDir\xmake.exe" file_found file_not_found_or_end
file_found:
RMDir /r "$InstDir"