From 09ee1b1877ca82c7355f8fe72b21ea275d3364e8 Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Sat, 29 Oct 2022 23:41:00 +0530 Subject: [PATCH] Run the installer create script inside its own directory --- installer/create_installers.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/installer/create_installers.sh b/installer/create_installers.sh index 842b782131..1b1d634ca6 100644 --- a/installer/create_installers.sh +++ b/installer/create_installers.sh @@ -1,5 +1,7 @@ #!/bin/bash +cd "$(dirname "${BASH_SOURCE[0]}")" + # make the installer zip for linux and mac rm -rf invokeAI mkdir -p invokeAI