Fix publish script
This commit is contained in:
parent
3819197808
commit
538889f49a
@ -5,7 +5,7 @@ a = Analysis(['precise/scripts/stream.py'],
|
|||||||
pathex=['.'],
|
pathex=['.'],
|
||||||
binaries=[],
|
binaries=[],
|
||||||
datas=[],
|
datas=[],
|
||||||
hiddenimports=['prettyparse'],
|
hiddenimports=['prettyparse', 'speechpy'],
|
||||||
hookspath=[],
|
hookspath=[],
|
||||||
runtime_hooks=[],
|
runtime_hooks=[],
|
||||||
excludes=['PySide', 'PyQt4', 'PyQt5', 'matplotlib'],
|
excludes=['PySide', 'PyQt4', 'PyQt5', 'matplotlib'],
|
||||||
|
@ -73,7 +73,9 @@ rm -rf dist/
|
|||||||
pyinstaller -y precise.stream.spec
|
pyinstaller -y precise.stream.spec
|
||||||
|
|
||||||
out_file=dist/precise-stream.tar.gz
|
out_file=dist/precise-stream.tar.gz
|
||||||
tar -czvf "$out_file" data/precise-stream/
|
cd dist
|
||||||
|
tar -czvf "precise-stream.tar.gz" precise-stream
|
||||||
|
cd -
|
||||||
|
|
||||||
echo $version > latest
|
echo $version > latest
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user