From babc5cb8dadcdb774de506ca0d2478381181d2e4 Mon Sep 17 00:00:00 2001 From: ruki Date: Sun, 5 Dec 2021 21:25:40 +0800 Subject: Update installer.nsi --- scripts/installer.nsi | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') 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" -- cgit v1.3.1