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,