Skip to content

Commit

Permalink
Minor bug fixes windows
Browse files Browse the repository at this point in the history
  • Loading branch information
manuvarkey committed May 28, 2016
1 parent 86092cf commit dadf77d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmbautomiser/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def onNewProjectClicked(self, button):
path = ['/usr/bin/cmbautomiser3']
elif platform.system() == 'Windows':
if getattr(sys, 'frozen', False):
path = [misc.abs_path('__init__.exe')]
path = [misc.abs_path('main.exe')]
elif __file__:
path = ['python', __file__]

Expand Down

0 comments on commit dadf77d

Please sign in to comment.