Fixed command line error from old Web2Exe config. Removed mac 32 bit export option.

This commit is contained in:
Joey Payne 2016-02-09 15:57:03 -07:00
commit cf95bd28d8
3 changed files with 2 additions and 12 deletions

View file

@ -1316,10 +1316,6 @@ def main():
if args.app_name is None:
args.app_name = command_base.project_name()
if args.name is not None:
setting = command_base.get_setting('name')
args.name = setting.filter_name(args.name if not callable(args.name) else args.name())
command_base._project_name = args.app_name if not callable(args.app_name) else args.app_name()
if not args.title: