mirror of
https://github.com/tasmota/tasmotizer.git
synced 2026-03-23 00:37:13 +01:00
Add files via upload
This commit is contained in:
@@ -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=[],
|
||||
|
||||
@@ -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=[],
|
||||
|
||||
@@ -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=[],
|
||||
|
||||
Reference in New Issue
Block a user