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