From 880010ae243872121faee3ea75e11adb4df0792a Mon Sep 17 00:00:00 2001 From: "Mike A. Trethewey" Date: Fri, 8 Jan 2021 01:00:42 -0800 Subject: [PATCH] ReadMe doesn't exist there --- source/DungeonRandomizer.spec | 2 +- source/Gui.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/DungeonRandomizer.spec b/source/DungeonRandomizer.spec index 987bab6c..beb2ecfc 100644 --- a/source/DungeonRandomizer.spec +++ b/source/DungeonRandomizer.spec @@ -33,7 +33,7 @@ binaries = [] a = Analysis([f"../{BINARY_SLUG}.py"], pathex=[], binaries=binaries, - datas=[('../data/', 'data/'), ('../README.html', '.')], + datas=[('../data/', 'data/')], hiddenimports=hiddenimports, hookspath=[], runtime_hooks=[], diff --git a/source/Gui.spec b/source/Gui.spec index 807ddda1..8b140a75 100644 --- a/source/Gui.spec +++ b/source/Gui.spec @@ -33,7 +33,7 @@ binaries = [] a = Analysis([f"../{BINARY_SLUG}.py"], pathex=[], binaries=binaries, - datas=[('../data/', 'data/'), ('../README.html', '.')], + datas=[('../data/', 'data/')], hiddenimports=hiddenimports, hookspath=[], runtime_hooks=[],