Modify build-os.binary.sh

This commit is contained in:
tzutalin 2017-05-03 22:01:31 +08:00
parent fffc99047b
commit c5dd714394
3 changed files with 4 additions and 2 deletions

View File

@ -8,3 +8,5 @@ virtual-wine
venv_wine venv_wine
PyQt4-* PyQt4-*
lxml-* lxml-*
windows_v*
linux_v*

View File

@ -13,7 +13,7 @@ python pyinstaller/pyinstaller.py --hidden-import=xml \
--hidden-import=xml.etree \ --hidden-import=xml.etree \
--hidden-import=xml.etree.ElementTree \ --hidden-import=xml.etree.ElementTree \
--hidden-import=lxml.etree \ --hidden-import=lxml.etree \
-D -F -n labelImg -c "../labelImg.py" -p ../libs -D -F -n labelImg -c "../labelImg.py" -p ../libs -p ../
FOLDER=$(git describe --abbrev=0 --tags) FOLDER=$(git describe --abbrev=0 --tags)
FOLDER="linux_"$FOLDER FOLDER="linux_"$FOLDER

View File

@ -14,7 +14,7 @@ wine c:/Python27/python.exe pyinstaller/pyinstaller.py --hidden-import=xml \
--hidden-import=xml.etree \ --hidden-import=xml.etree \
--hidden-import=xml.etree.ElementTree \ --hidden-import=xml.etree.ElementTree \
--hidden-import=lxml.etree \ --hidden-import=lxml.etree \
-D -F -n labelImg -c "../labelImg.py" -p ../libs -D -F -n labelImg -c "../labelImg.py" -p ../libs -p ../
FOLDER=$(git describe --abbrev=0 --tags) FOLDER=$(git describe --abbrev=0 --tags)
FOLDER="windows_"$FOLDER FOLDER="windows_"$FOLDER