convert_app_to_packaging_v2.py: remove full_domain
This properties is not used by the core. It's deduced from the fact that there's no path properties.
This commit is contained in:
parent
c6ee118e6e
commit
8a0cf61637
1 changed files with 0 additions and 3 deletions
|
@ -145,9 +145,6 @@ def _convert_v1_manifest_to_v2(app_path):
|
||||||
elif manifest["install"]["init_main_permission"].get("default") is True:
|
elif manifest["install"]["init_main_permission"].get("default") is True:
|
||||||
manifest["install"]["init_main_permission"]["default"] = "all_users"
|
manifest["install"]["init_main_permission"]["default"] = "all_users"
|
||||||
|
|
||||||
if "domain" in manifest["install"] and "path" not in manifest["install"]:
|
|
||||||
manifest["install"]["domain"]["full_domain"] = True
|
|
||||||
|
|
||||||
manifest["resources"] = {}
|
manifest["resources"] = {}
|
||||||
|
|
||||||
sources = convert_app_sources(app_path)
|
sources = convert_app_sources(app_path)
|
||||||
|
|
Loading…
Reference in a new issue