mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-06-29 22:28:39 +02:00
Create the scripts folder in the installers
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user