From 089012b5940d60436bbfe7ec27ec7dc66783a52b Mon Sep 17 00:00:00 2001 From: "Mike A. Trethewey" Date: Thu, 27 Feb 2020 01:47:49 -0800 Subject: [PATCH] Strings are dumb --- DungeonRandomizer.spec | 2 +- Gui.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DungeonRandomizer.spec b/DungeonRandomizer.spec index 13d67eb5..9dfabd0a 100644 --- a/DungeonRandomizer.spec +++ b/DungeonRandomizer.spec @@ -40,7 +40,7 @@ excluded_binaries = [ 'VCRUNTIME140.dll', 'msvcp140.dll', 'mfc140u.dll', - 'ucrtbase.dll] + 'ucrtbase.dll'] a.binaries = TOC([x for x in a.binaries if x[0] not in excluded_binaries]) pyz = PYZ(a.pure, a.zipped_data, diff --git a/Gui.spec b/Gui.spec index 783fbea9..2e9bbd6d 100644 --- a/Gui.spec +++ b/Gui.spec @@ -45,7 +45,7 @@ excluded_binaries = [ 'VCRUNTIME140.dll', 'msvcp140.dll', 'mfc140u.dll', - 'ucrtbase.dll] + 'ucrtbase.dll'] a.binaries = TOC([x for x in a.binaries if x[0] not in excluded_binaries]) pyz = PYZ(a.pure, a.zipped_data,