marcelotduarte/cx_Freeze

My app tries to create files in library.zip

arun-gautham opened this issue · 2 comments

My app create 2 files on startup unfortunately, since the pyc are in library.zip it fails.

And the installer, creator always puts all the pyc files in zip even though i specify not to

"zip_exclude_packages":["*"]

Can I close the issue?