Skip to content

Commit

Permalink
Update package.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
flatsiedatsie authored Jan 9, 2023
1 parent 4f500d5 commit 5415f6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ pip3 install -r requirements.txt -t lib --no-binary :all: --prefix "" --default-
rm -rf ./lib/cffi*

# Put package together
cp -r lib pkg LICENSE manifest.json *.py README.md snips snips64 models tts sounds css js images views package/
cp -r lib pkg LICENSE manifest.json *.py README.md snips snips64 tts tts64 models sounds css js images views package/
find package -type f -name '*.pyc' -delete
find package -type f -name '._*' -delete
find package -type d -empty -delete
Expand Down

0 comments on commit 5415f6b

Please sign in to comment.