Small update of second form

Signed-off-by: JDM170 <30170278+JDM170@users.noreply.github.com>
This commit is contained in:
2020-07-10 18:36:05 +07:00
parent ba0c03f051
commit 950ed7678f
4 changed files with 29 additions and 31 deletions

View File

@@ -5,7 +5,10 @@ block_cipher = None
a = Analysis(['__init__.py'],
pathex=['.'],
binaries=[],
datas=[],
datas=[
('ats_configs', 'ats_configs'),
('ets2_configs', 'ets2_configs')
],
hiddenimports=[],
hookspath=[],
runtime_hooks=[],