Skip to content
This repository has been archived by the owner on Mar 15, 2020. It is now read-only.

Commit

Permalink
More cx_Freeze configuration on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
rupor-github committed May 12, 2018
1 parent fda9aff commit ae4e311
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup-all.win32.cx_freeze.py
Expand Up @@ -60,6 +60,7 @@
'packages': 'json,lxml,PIL',
'includes': includes,
'excludes': excludes,
'replace_paths': [('*','library.zip/')],
}
},
executables = [
Expand Down

0 comments on commit ae4e311

Please sign in to comment.