diff options
| author | ruki <[email protected]> | 2021-12-05 21:25:40 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-12-05 21:25:40 +0800 |
| commit | babc5cb8dadcdb774de506ca0d2478381181d2e4 (patch) | |
| tree | 72d5a3936481b7dbc1555f450aa9acef8db7b6b1 /scripts | |
| parent | b062cae6275c91a0c415524353daa49220cbb3f8 (diff) | |
Update installer.nsi
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/installer.nsi | 1 |
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" |
