mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2024-11-24 17:24:29 +01:00
[installer] No need to go back a folder now, we're already in the right location
This commit is contained in:
parent
b4282a03ca
commit
5facba4419
@ -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."
|
||||||
|
|
||||||
|
@ -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
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user