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 )