Skip to content

Commit

Permalink
Minor bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
manuvarkey committed May 28, 2016
1 parent 930d59f commit 86092cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyinstaller_spec.spec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pyz = PYZ(a.pure, a.zipped_data,
exe = EXE(pyz,
a.scripts,
exclude_binaries=True,
name='__init__',
name='main',
debug=False,
strip=False,
upx=True,
Expand Down

0 comments on commit 86092cf

Please sign in to comment.