From a96736088454520561fe144603319f7281225f4f Mon Sep 17 00:00:00 2001 From: yudechen Date: Mon, 10 Oct 2022 10:36:47 +0800 Subject: [PATCH] Add segment for bundle.json. Signed-off-by: yudechen Change-Id: I5d9edfa3623536bdb7148460194cfdb7ef4a32ce --- bundle.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bundle.json b/bundle.json index 4ea189cf70..488d3769fa 100644 --- a/bundle.json +++ b/bundle.json @@ -3,6 +3,9 @@ "description": "支持应用TS/JS语言代码的编译,行为符合ArkUI框架需要的Strict模式的ES2015标准", "version": "3.1", "license": "Apache V2", + "segment": { + "destPath": "arkcompiler/ets_frontend" + }, "component": { "name": "ets_frontend", "subsystem": "ark", -- Gitee