feat: pack script and first release
This commit is contained in:
parent
1180124740
commit
0aa104055a
2 changed files with 10 additions and 0 deletions
10
pack.sh
Normal file
10
pack.sh
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
FILENAME=simple-tts.tgz
|
||||||
|
rm -rf .venv
|
||||||
|
cd ..
|
||||||
|
tar --exclude=".*" \
|
||||||
|
--exclude="node_modules" \
|
||||||
|
--exclude="outputs" \
|
||||||
|
--exclude="inputs" \
|
||||||
|
-cvzf $FILENAME simple-tts/
|
||||||
|
mv $FILENAME simple-tts/
|
||||||
|
cd simple-tts
|
||||||
BIN
simple-tts.tgz
Normal file
BIN
simple-tts.tgz
Normal file
Binary file not shown.
Loading…
Reference in a new issue