From 22089c528a8c78474e9fe9827503d1d1092f9bc9 Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Wed, 7 Sep 2022 20:10:35 +0530 Subject: [PATCH] Executable linux script --- build.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 24318e34..04579d1f 100755 --- a/build.sh +++ b/build.sh @@ -34,11 +34,13 @@ tar -xf ../../installer.tar -C installer mkdir scripts cp ../../scripts/on_env_start.sh scripts/ -cp "../../scripts/start.sh" . +cp ../../scripts/start.sh . cp ../../LICENSE . cp "../../CreativeML Open RAIL-M License" . cp "../../How to install and run.txt" . +chmod u+x start.sh + echo "Build ready. Zip the 'dist/stable-diffusion-ui' folder." echo "Cleaning up.."