Go big or go home

This commit is contained in:
Mike A. Trethewey
2020-02-27 01:44:07 -08:00
parent 2e19a32053
commit cc6a675864
4 changed files with 120 additions and 4 deletions

View File

@@ -39,7 +39,8 @@ a = Analysis(['DungeonRandomizer.py'],
excluded_binaries = [
'VCRUNTIME140.dll',
'msvcp140.dll',
'mfc140u.dll']
'mfc140u.dll',
'ucrtbase.dll]
a.binaries = TOC([x for x in a.binaries if x[0] not in excluded_binaries])
pyz = PYZ(a.pure, a.zipped_data,