mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Run the installer create script inside its own directory
This commit is contained in:
parent
4b27d8821d
commit
09ee1b1877
@ -1,5 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
cd "$(dirname "${BASH_SOURCE[0]}")"
|
||||||
|
|
||||||
# make the installer zip for linux and mac
|
# make the installer zip for linux and mac
|
||||||
rm -rf invokeAI
|
rm -rf invokeAI
|
||||||
mkdir -p invokeAI
|
mkdir -p invokeAI
|
||||||
|
Loading…
Reference in New Issue
Block a user