Skip to content

Commit

Permalink
Rename executable
Browse files Browse the repository at this point in the history
  • Loading branch information
nabla-c0d3 committed Sep 6, 2017
1 parent 8ebb898 commit ad6ffab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup_cx_freeze.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

sslyze_setup_py2exe.update({
'options': {"build_exe": build_exe_options},
'executables': [Executable(os.path.join('sslyze', '__main__.py'))],
'executables': [Executable(os.path.join('sslyze', '__main__.py'), targetName='sslyze.exe')],
})

if __name__ == "__main__":
Expand Down

0 comments on commit ad6ffab

Please sign in to comment.