mirror of
https://github.com/esphome/esphome-flasher.git
synced 2024-11-18 11:15:15 +01:00
Adjust path and file names
This commit is contained in:
parent
5ca9d627db
commit
15b36b923a
@ -3,8 +3,8 @@
|
|||||||
block_cipher = None
|
block_cipher = None
|
||||||
|
|
||||||
|
|
||||||
a = Analysis(['nodemcu-flasher.py', 'Main.py'],
|
a = Analysis(['nodemcu-pyflasher.py', 'Main.py'],
|
||||||
pathex=['/Users/marcelstoer/Data/Python/NodeMCU-Flasher'],
|
pathex=['/Users/marcelstoer/Data/Python/NodeMCU-PyFlasher'],
|
||||||
binaries=None,
|
binaries=None,
|
||||||
datas=None,
|
datas=None,
|
||||||
hiddenimports=[],
|
hiddenimports=[],
|
||||||
@ -19,7 +19,7 @@ pyz = PYZ(a.pure, a.zipped_data,
|
|||||||
exe = EXE(pyz,
|
exe = EXE(pyz,
|
||||||
a.scripts,
|
a.scripts,
|
||||||
exclude_binaries=True,
|
exclude_binaries=True,
|
||||||
name='nodemcu-flasher',
|
name='nodemcu-pyflasher',
|
||||||
debug=False,
|
debug=False,
|
||||||
strip=False,
|
strip=False,
|
||||||
upx=True,
|
upx=True,
|
||||||
@ -30,4 +30,4 @@ coll = COLLECT(exe,
|
|||||||
a.datas,
|
a.datas,
|
||||||
strip=False,
|
strip=False,
|
||||||
upx=True,
|
upx=True,
|
||||||
name='nodemcu-flasher')
|
name='nodemcu-pyflasher')
|
||||||
|
Loading…
Reference in New Issue
Block a user