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:

View file

@ -408,12 +408,6 @@ linux_64_dir_prefix = 'electron-v{}-linux-x64'
url='%(base_url)s%(win_64_dir_prefix)s.zip'
binary_location='electron.exe'
[[mac-x32]]
default_value=False
type='check'
url='%(base_url)s%(mac_32_dir_prefix)s.zip'
binary_location='Electron.app/Contents/Frameworks/Electron Framework.framework/Versions/Current/Electron Framework'
[[mac-x64]]
default_value=False
type='check'
@ -470,7 +464,7 @@ linux_64_dir_prefix = 'electron-v{}-linux-x64'
'webaudio', 'plugins', 'experimental_features', 'experimental_canvas_features',
'direct_write']"""
export_setting_order = """['windows-x32', 'windows-x64', 'mac-x32', 'mac-x64', 'linux-x64', 'linux-x32']"""
export_setting_order = """['windows-x32', 'windows-x64', 'mac-x64', 'linux-x64', 'linux-x32']"""
compression_setting_order = """['electron_compression_level']"""
download_setting_order = """['electron_version', 'download_dir',

View file

@ -1 +1 @@
v0.4.1b
v0.4.2b