forked from extern/easydiffusion
No need to generate arch-specific installers
This commit is contained in:
parent
088c546bee
commit
984b8f7e6f
@ -34,14 +34,12 @@ echo. > dist\win\stable-diffusion-ui\scripts\install_status.txt
|
|||||||
@rem make the zip
|
@rem make the zip
|
||||||
|
|
||||||
cd dist\win
|
cd dist\win
|
||||||
call powershell Compress-Archive -Path stable-diffusion-ui -DestinationPath ..\stable-diffusion-ui-win-x64.zip
|
call powershell Compress-Archive -Path stable-diffusion-ui -DestinationPath ..\stable-diffusion-ui-windows.zip
|
||||||
cd ..\..
|
cd ..\..
|
||||||
|
|
||||||
@REM cd dist\linux-mac
|
@REM cd dist\linux-mac
|
||||||
@REM call powershell Compress-Archive -Path stable-diffusion-ui -DestinationPath ..\stable-diffusion-ui-linux-x64.zip
|
@REM call powershell Compress-Archive -Path stable-diffusion-ui -DestinationPath ..\stable-diffusion-ui-linux.zip
|
||||||
@REM call powershell Compress-Archive -Path stable-diffusion-ui -DestinationPath ..\stable-diffusion-ui-linux-arm64.zip
|
@REM call powershell Compress-Archive -Path stable-diffusion-ui -DestinationPath ..\stable-diffusion-ui-mac.zip
|
||||||
@REM call powershell Compress-Archive -Path stable-diffusion-ui -DestinationPath ..\stable-diffusion-ui-mac-x64.zip
|
|
||||||
@REM call powershell Compress-Archive -Path stable-diffusion-ui -DestinationPath ..\stable-diffusion-ui-mac-arm64.zip
|
|
||||||
@REM cd ..\..
|
@REM cd ..\..
|
||||||
|
|
||||||
echo "Build ready. Upload the zip files inside the 'dist' folder."
|
echo "Build ready. Upload the zip files inside the 'dist' folder."
|
||||||
|
8
build.sh
8
build.sh
@ -37,14 +37,12 @@ echo "" > dist/linux-mac/stable-diffusion-ui/scripts/install_status.txt
|
|||||||
# make the zip
|
# make the zip
|
||||||
|
|
||||||
# cd dist/win
|
# cd dist/win
|
||||||
# zip -r ../stable-diffusion-ui-win-x64.zip stable-diffusion-ui
|
# zip -r ../stable-diffusion-ui-windows.zip stable-diffusion-ui
|
||||||
# cd ../..
|
# cd ../..
|
||||||
|
|
||||||
cd dist/linux-mac
|
cd dist/linux-mac
|
||||||
zip -r ../stable-diffusion-ui-linux-x64.zip stable-diffusion-ui
|
zip -r ../stable-diffusion-ui-linux.zip stable-diffusion-ui
|
||||||
zip -r ../stable-diffusion-ui-linux-arm64.zip stable-diffusion-ui
|
zip -r ../stable-diffusion-ui-mac.zip stable-diffusion-ui
|
||||||
zip -r ../stable-diffusion-ui-mac-x64.zip stable-diffusion-ui
|
|
||||||
zip -r ../stable-diffusion-ui-mac-arm64.zip stable-diffusion-ui
|
|
||||||
cd ../..
|
cd ../..
|
||||||
|
|
||||||
echo "Build ready. Upload the zip files inside the 'dist' folder."
|
echo "Build ready. Upload the zip files inside the 'dist' folder."
|
||||||
|
Loading…
Reference in New Issue
Block a user