Make it Trouble, make it Tuple

This commit is contained in:
Mike A. Trethewey
2020-03-04 01:06:18 -08:00
parent dde662b263
commit b8bf4910e4
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ hiddenimports = []
binaries = []
if sys.platform.find("windows"):
binaries.append("ucrtbase.dll",".")
binaries.append(("ucrtbase.dll","."))
a = Analysis(['DungeonRandomizer.py'],
pathex=[],