Upload build-ubuntu-binary.sh
This commit is contained in:
parent
50a079edc4
commit
c111544e12
3
build-tools/.gitignore
vendored
Normal file
3
build-tools/.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
*.spec
|
||||
build
|
||||
dist
|
||||
9
build-tools/build-ubuntu-binary.sh
Executable file
9
build-tools/build-ubuntu-binary.sh
Executable file
@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
pyinstaller --hidden-import=xml \
|
||||
--hidden-import=xml.etree \
|
||||
--hidden-import=xml.etree.ElementTree \
|
||||
--hidden-import=lxml.etree \
|
||||
--hidden-import=json \
|
||||
--hidden-import=numpy \
|
||||
--hidden-import=numpy \
|
||||
-D -F -n labelImg -c "../labelImg.py" -p ../libs
|
||||
Loading…
x
Reference in New Issue
Block a user