class BuildExe:
def __init__(self):
#Name of starting .py
- self.script = "src/minwii/runminwii.py"
+ #self.script = "src/minwii/runminwii.py"
#Name of program
self.project_name = "MINWii"
'script': self.script,
'icon_resources': [(0, self.icon_file)],
'copyright': self.copyright
- }],
+ },
+ {
+ 'script' : "src/minwii/logapp.py",
+ 'icon_resources': [(0, self.icon_file)]
+ 'copyright' : self.copyright
+ }
+ ]
#console = [self.script],
options = {'py2exe': {'optimize': 2,
'bundle_files': 3,