From b8bf4910e444a8e0cf0a5ec0b24f6472a6bef2c8 Mon Sep 17 00:00:00 2001 From: "Mike A. Trethewey" Date: Wed, 4 Mar 2020 01:06:18 -0800 Subject: [PATCH] Make it Trouble, make it Tuple --- DungeonRandomizer.spec | 2 +- Gui.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DungeonRandomizer.spec b/DungeonRandomizer.spec index 2afc0011..4d0eaa00 100644 --- a/DungeonRandomizer.spec +++ b/DungeonRandomizer.spec @@ -26,7 +26,7 @@ hiddenimports = [] binaries = [] if sys.platform.find("windows"): - binaries.append("ucrtbase.dll",".") + binaries.append(("ucrtbase.dll",".")) a = Analysis(['DungeonRandomizer.py'], pathex=[], diff --git a/Gui.spec b/Gui.spec index 34960cda..1af65ffb 100644 --- a/Gui.spec +++ b/Gui.spec @@ -29,7 +29,7 @@ hiddenimports = [] binaries = [] if sys.platform.find("windows"): - binaries.append("ucrtbase.dll",".") + binaries.append(("ucrtbase.dll",".")) a = Analysis(['DungeonRandomizer.py'], pathex=[],