From 27c685f2114cf54f76d72ec701fa2ee8c31dbe29 Mon Sep 17 00:00:00 2001 From: "Mike A. Trethewey" Date: Wed, 4 Mar 2020 01:19:05 -0800 Subject: [PATCH] Meh, chase that rabbit later --- DungeonRandomizer.spec | 4 ++-- Gui.spec | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/DungeonRandomizer.spec b/DungeonRandomizer.spec index 4d0eaa00..163e8413 100644 --- a/DungeonRandomizer.spec +++ b/DungeonRandomizer.spec @@ -25,8 +25,8 @@ def recurse_for_py_files(names_so_far): hiddenimports = [] binaries = [] -if sys.platform.find("windows"): - binaries.append(("ucrtbase.dll",".")) +#if sys.platform.find("windows"): +# binaries.append(("ucrtbase.dll",".")) a = Analysis(['DungeonRandomizer.py'], pathex=[], diff --git a/Gui.spec b/Gui.spec index 1af65ffb..a1b1a86c 100644 --- a/Gui.spec +++ b/Gui.spec @@ -28,8 +28,8 @@ def recurse_for_py_files(names_so_far): hiddenimports = [] binaries = [] -if sys.platform.find("windows"): - binaries.append(("ucrtbase.dll",".")) +#if sys.platform.find("windows"): +# binaries.append(("ucrtbase.dll",".")) a = Analysis(['DungeonRandomizer.py'], pathex=[],