Add Data folders

This commit is contained in:
Mike A. Trethewey
2021-01-08 00:56:13 -08:00
parent fdbfa6fc5d
commit 6acecc6254
2 changed files with 3 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ binaries = []
a = Analysis([f"../{BINARY_SLUG}.py"],
pathex=[],
binaries=binaries,
datas=[],
datas=[('../data/', 'data/'), ('../README.html', '.')],
hiddenimports=hiddenimports,
hookspath=[],
runtime_hooks=[],