From 5facba441946bb62555591fa3cf8b6c1438b5f11 Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Sat, 24 Sep 2022 23:23:35 +0530 Subject: [PATCH] [installer] No need to go back a folder now, we're already in the right location --- build.bat | 2 +- scripts/on_env_start.bat | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/build.bat b/build.bat index 0cc6cf3f..96232c0a 100644 --- a/build.bat +++ b/build.bat @@ -34,7 +34,7 @@ if /i "%answer:~,1%" NEQ "Y" exit /b @copy ..\..\LICENSE . @copy "..\..\CreativeML Open RAIL-M License" . @copy "..\..\How to install and run.txt" . -@echo "" > scripts\install_status.txt +@echo. > scripts\install_status.txt @echo "Build ready. Zip the 'dist\stable-diffusion-ui' folder." diff --git a/scripts/on_env_start.bat b/scripts/on_env_start.bat index 16312a5a..959b5e20 100644 --- a/scripts/on_env_start.bat +++ b/scripts/on_env_start.bat @@ -4,8 +4,6 @@ set PATH=C:\Windows\System32;%PATH% -@cd .. - if exist "scripts\config.bat" ( @call scripts\config.bat )