mirror of
https://github.com/jlengrand/Ivolution.git
synced 2026-03-10 08:21:18 +00:00
Avoids console opening while in graphical mode.
This commit is contained in:
@@ -13,6 +13,6 @@ sys.path.append("C:\\Program Files\\Microsoft Visual Studio 9.0\\VC\\redist\\x86
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
options = {'py2exe': {'bundle_files': 1, 'includes': ['numpy', 'wx'] } },
|
options = {'py2exe': {'bundle_files': 1, 'includes': ['numpy', 'wx'] } },
|
||||||
console=['Ivolutioner'],
|
windows=['Ivolutioner'],
|
||||||
zipfile = None,
|
zipfile = None,
|
||||||
)
|
)
|
||||||
Reference in New Issue
Block a user