projects
/
minwii.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Utilisation de la soundfont allégée.
[minwii.git]
/
setup_win_exe.py
diff --git
a/setup_win_exe.py
b/setup_win_exe.py
index
20e3763
..
1fa44dd
100755
(executable)
--- a/
setup_win_exe.py
+++ b/
setup_win_exe.py
@@
-85,7
+85,7
@@
class MinWii2exe(py2exe.build_exe.py2exe) :
class BuildExe:
def __init__(self):
#Name of starting .py
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"
#Name of program
self.project_name = "MINWii"
@@
-157,7
+157,7
@@
class BuildExe:
'copyright': self.copyright
}],
#console = [self.script],
'copyright': self.copyright
}],
#console = [self.script],
- options = {'py2exe': {
#
'optimize': 2,
+ options = {'py2exe': {'optimize': 2,
'bundle_files': 3,
#'compressed': True,
#'excludes': self.exclude_modules,
'bundle_files': 3,
#'compressed': True,
#'excludes': self.exclude_modules,