forked from extern/easydiffusion
Create the scripts folder in the installers
This commit is contained in:
parent
1b4ba3b396
commit
da9af8673f
@ -8,8 +8,8 @@
|
|||||||
set /p answer=Are you a developer of this project (Y/N)?
|
set /p answer=Are you a developer of this project (Y/N)?
|
||||||
if /i "%answer:~,1%" NEQ "Y" exit /b
|
if /i "%answer:~,1%" NEQ "Y" exit /b
|
||||||
|
|
||||||
mkdir dist\win\stable-diffusion-ui
|
mkdir dist\win\stable-diffusion-ui\scripts
|
||||||
mkdir dist\linux-mac\stable-diffusion-ui
|
mkdir dist\linux-mac\stable-diffusion-ui\scripts
|
||||||
|
|
||||||
@rem copy the installer files for Windows
|
@rem copy the installer files for Windows
|
||||||
|
|
||||||
|
4
build.sh
4
build.sh
@ -11,8 +11,8 @@ case $yn in
|
|||||||
* ) exit;;
|
* ) exit;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
mkdir -p dist/win/stable-diffusion-ui
|
mkdir -p dist/win/stable-diffusion-ui/scripts
|
||||||
mkdir -p dist/linux-mac/stable-diffusion-ui
|
mkdir -p dist/linux-mac/stable-diffusion-ui/scripts
|
||||||
|
|
||||||
# copy the installer files for Windows
|
# copy the installer files for Windows
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user