Added hidden import to build scripts for jpeg2000
This commit is contained in:
parent
6991d84e2e
commit
8ee321e846
5 changed files with 7 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue