Make it Trouble, make it Tuple
This commit is contained in:
@@ -26,7 +26,7 @@ hiddenimports = []
|
|||||||
binaries = []
|
binaries = []
|
||||||
|
|
||||||
if sys.platform.find("windows"):
|
if sys.platform.find("windows"):
|
||||||
binaries.append("ucrtbase.dll",".")
|
binaries.append(("ucrtbase.dll","."))
|
||||||
|
|
||||||
a = Analysis(['DungeonRandomizer.py'],
|
a = Analysis(['DungeonRandomizer.py'],
|
||||||
pathex=[],
|
pathex=[],
|
||||||
|
|||||||
2
Gui.spec
2
Gui.spec
@@ -29,7 +29,7 @@ hiddenimports = []
|
|||||||
binaries = []
|
binaries = []
|
||||||
|
|
||||||
if sys.platform.find("windows"):
|
if sys.platform.find("windows"):
|
||||||
binaries.append("ucrtbase.dll",".")
|
binaries.append(("ucrtbase.dll","."))
|
||||||
|
|
||||||
a = Analysis(['DungeonRandomizer.py'],
|
a = Analysis(['DungeonRandomizer.py'],
|
||||||
pathex=[],
|
pathex=[],
|
||||||
|
|||||||
Reference in New Issue
Block a user