From 1144e8f65f207af21733d839cf39fcea754b75e0 Mon Sep 17 00:00:00 2001 From: Handsome_Afraican_Man Date: Fri, 3 Nov 2023 16:35:44 +0800 Subject: [PATCH] fixed 1c82ef8 from https://gitee.com/Handsome_Afraican_Man/developtools_packing_tool/pulls/662 IssueNo:#I8DMER Description:Bugfix Sig:bundleManager Feature or Bugfix:Bugfix Binary Source:No Signed-off-by: zhouwenzhi --- modulecheck/module.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modulecheck/module.json b/modulecheck/module.json index 2199a388..d3bc15b3 100644 --- a/modulecheck/module.json +++ b/modulecheck/module.json @@ -367,7 +367,7 @@ "excludeFromMissions", "recoverable", "unclearableMission", - "specifiedProcess" + "isolationProcess" ] }, "properties": { @@ -691,8 +691,8 @@ "type": "boolean", "default": false }, - "specifiedProcess": { - "description": "Indicates the process in which the component is running", + "isolationProcess": { + "description": "Specifies whether the ability can run in an independent process", "type": "boolean", "default": false } -- Gitee