greenhouse/build-tools/build-ubuntu-binary.sh

12 lines
374 B
Bash
Raw Normal View History

2016-12-06 18:03:15 +08:00
#!/bin/bash
rm -r build
rm -r dist
rm labelImg.spec
python pyinstaller/pyinstaller.py --hidden-import=xml \
2016-12-06 18:03:15 +08:00
--hidden-import=xml.etree \
--hidden-import=xml.etree.ElementTree \
--hidden-import=lxml.etree \
--hidden-import=json \
--hidden-import=numpy \
-D -F -n labelImg -c "../labelImg.py" -p ../libs