chore: refactor pack.sh
This commit is contained in:
parent
29a386eb59
commit
875f377ae3
2 changed files with 8 additions and 19 deletions
27
pack.sh
27
pack.sh
|
|
@ -1,19 +1,8 @@
|
||||||
FILENAME=simple-tts.tgz
|
tar -cvzf simple-tts.tgz \
|
||||||
rm -rf .venv
|
requirements.txt \
|
||||||
cd ..
|
requirements-jp.txt \
|
||||||
tar --exclude=".*" \
|
requirements-zh.txt \
|
||||||
--exclude="node_modules" \
|
LICENSE \
|
||||||
--exclude="outputs" \
|
README.md \
|
||||||
--exclude="inputs" \
|
tongue-twister.txt \
|
||||||
--exclude="demo" \
|
tts.py
|
||||||
--exclude="install.sh" \
|
|
||||||
--exclude="env.sh" \
|
|
||||||
--exclude="package.json" \
|
|
||||||
--exclude="pack.sh" \
|
|
||||||
--exclude="screenshot.png" \
|
|
||||||
--exclude="intel-env.sh" \
|
|
||||||
--exclude="simple-tts.tgz" \
|
|
||||||
--exclude="pnpm-lock.yaml" \
|
|
||||||
-cvzf $FILENAME simple-tts/
|
|
||||||
mv $FILENAME simple-tts/
|
|
||||||
cd simple-tts
|
|
||||||
|
|
|
||||||
BIN
simple-tts.tgz
BIN
simple-tts.tgz
Binary file not shown.
Loading…
Reference in a new issue