From 660aa4f4ab32c06851429f509eaba81baad106db Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Tue, 7 Mar 2023 21:33:38 +0530 Subject: [PATCH] Don't include bootstrap.bat in the new installer, since we don't need micromamba, and we don't need to download and install conda/git separately --- NSIS/sdui.nsi | 1 - 1 file changed, 1 deletion(-) diff --git a/NSIS/sdui.nsi b/NSIS/sdui.nsi index 4f7ff909..52896249 100644 --- a/NSIS/sdui.nsi +++ b/NSIS/sdui.nsi @@ -209,7 +209,6 @@ Section "MainSection" SEC01 File /r "${EXISTING_INSTALLATION_DIR}\profile" File /r "${EXISTING_INSTALLATION_DIR}\sd-ui-files" SetOutPath "$INSTDIR\scripts" - File "..\scripts\bootstrap.bat" File "${EXISTING_INSTALLATION_DIR}\scripts\install_status.txt" File "..\scripts\on_env_start.bat" File "C:\windows\system32\curl.exe"