Adjust path and file names

This commit is contained in:
Marcel Stör 2016-12-29 23:12:16 +01:00
parent 5ca9d627db
commit 15b36b923a
1 changed files with 4 additions and 4 deletions

View File

@ -3,8 +3,8 @@
block_cipher = None
a = Analysis(['nodemcu-flasher.py', 'Main.py'],
pathex=['/Users/marcelstoer/Data/Python/NodeMCU-Flasher'],
a = Analysis(['nodemcu-pyflasher.py', 'Main.py'],
pathex=['/Users/marcelstoer/Data/Python/NodeMCU-PyFlasher'],
binaries=None,
datas=None,
hiddenimports=[],
@ -19,7 +19,7 @@ pyz = PYZ(a.pure, a.zipped_data,
exe = EXE(pyz,
a.scripts,
exclude_binaries=True,
name='nodemcu-flasher',
name='nodemcu-pyflasher',
debug=False,
strip=False,
upx=True,
@ -30,4 +30,4 @@ coll = COLLECT(exe,
a.datas,
strip=False,
upx=True,
name='nodemcu-flasher')
name='nodemcu-pyflasher')