[installer] No need to go back a folder now, we're already in the right location

This commit is contained in:
cmdr2 2022-09-24 23:23:35 +05:30
parent b4282a03ca
commit 5facba4419
2 changed files with 1 additions and 3 deletions

View File

@ -34,7 +34,7 @@ if /i "%answer:~,1%" NEQ "Y" exit /b
@copy ..\..\LICENSE . @copy ..\..\LICENSE .
@copy "..\..\CreativeML Open RAIL-M License" . @copy "..\..\CreativeML Open RAIL-M License" .
@copy "..\..\How to install and run.txt" . @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." @echo "Build ready. Zip the 'dist\stable-diffusion-ui' folder."

View File

@ -4,8 +4,6 @@
set PATH=C:\Windows\System32;%PATH% set PATH=C:\Windows\System32;%PATH%
@cd ..
if exist "scripts\config.bat" ( if exist "scripts\config.bat" (
@call scripts\config.bat @call scripts\config.bat
) )