diff --git a/setup_osx.py b/setup_osx.py index 1abfee8e..e57f6e31 100644 --- a/setup_osx.py +++ b/setup_osx.py @@ -56,7 +56,8 @@ DATA_FILES = ['docs', 'data', 'locale', 'scripts', 'COPYING', 'README.md', ] + SOLVER RESOURCES = [] FRAMEWORKS = [SOLVER_LIB_PATH] if SOLVER_LIB_PATH else [] -OPTIONS = dict(argv_emulation=True, +# with argv_emulation=True, the app window is not shown when launched +OPTIONS = dict(argv_emulation=False, plist=PLIST, iconfile=ICON_FILE, resources=RESOURCES,