Added hidden import to build scripts for jpeg2000

This commit is contained in:
Joey Payne 2015-04-23 12:49:43 -06:00
commit 8ee321e846
5 changed files with 7 additions and 7 deletions

View file

@ -1,5 +1,5 @@
rm -rf Web2ExeMac-CMD/files
pyinstaller --hidden-import configobj --distpath Web2ExeMac-CMD --onefile -n web2exe-mac command_line.py
pyinstaller --hidden-import Jpeg2KImagePlugin --hidden-import configobj --distpath Web2ExeMac-CMD --onefile -n web2exe-mac command_line.py
cp -rf files Web2ExeMac-CMD/files/
rm -rf build dist Web2Executable.app