From dde662b2632bfd458d988b1eb379530d0c97c254 Mon Sep 17 00:00:00 2001 From: "Mike A. Trethewey" Date: Wed, 4 Mar 2020 01:04:03 -0800 Subject: [PATCH] What's RTFM? --- DungeonRandomizer.spec | 2 +- Gui.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DungeonRandomizer.spec b/DungeonRandomizer.spec index 4afcc6e8..2afc0011 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 b8bba397..34960cda 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=[],