diff --git a/command_line.py b/command_line.py index a715b2f..872fa8a 100644 --- a/command_line.py +++ b/command_line.py @@ -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: diff --git a/files/settings.cfg b/files/settings.cfg index fb350e0..aaa37ac 100644 --- a/files/settings.cfg +++ b/files/settings.cfg @@ -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', diff --git a/files/version.txt b/files/version.txt index 52a01ab..1b85aff 100644 --- a/files/version.txt +++ b/files/version.txt @@ -1 +1 @@ -v0.4.1b +v0.4.2b