Add files via upload

This commit is contained in:
Jason2866
2021-01-28 11:43:13 +01:00
committed by GitHub
parent 01948b37c5
commit 44a3393c36
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ block_cipher = None
a = Analysis(['tasmotizer.py'],
binaries=[],
datas=[('banner.py', '.')],
datas=[('utils.py', '.'), ('banner.py', '.'), ('gui.py', '.'), ('tasmotizer_esptool.py', '.')],
hiddenimports=[],
hookspath=[],
runtime_hooks=[],

View File

@@ -5,7 +5,7 @@ block_cipher = None
a = Analysis(['tasmotizer.py'],
binaries=[],
datas=[('banner.py', '.')],
datas=[('utils.py', '.'), ('banner.py', '.'), ('gui.py', '.'), ('tasmotizer_esptool.py', '.')],
hiddenimports=[],
hookspath=[],
runtime_hooks=[],

View File

@@ -4,7 +4,7 @@ block_cipher = None
a = Analysis(['tasmotizer.py'],
binaries=[],
datas=[('banner.py', '.')],
datas=[('utils.py', '.'), ('banner.py', '.'), ('gui.py', '.'), ('tasmotizer_esptool.py', '.')],
hiddenimports=[],
hookspath=[],
runtime_hooks=[],