mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2024-11-22 16:23:28 +01:00
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)?
|
||||
if /i "%answer:~,1%" NEQ "Y" exit /b
|
||||
|
||||
mkdir dist\win\stable-diffusion-ui
|
||||
mkdir dist\linux-mac\stable-diffusion-ui
|
||||
mkdir dist\win\stable-diffusion-ui\scripts
|
||||
mkdir dist\linux-mac\stable-diffusion-ui\scripts
|
||||
|
||||
@rem copy the installer files for Windows
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user