From 2a481210d91698c5681a348c4ffa4598c3d9568b Mon Sep 17 00:00:00 2001 From: wtingkai <330445001@qq.com> Date: Mon, 30 Jun 2025 10:35:56 +0800 Subject: [PATCH] =?UTF-8?q?feat(OmniAdvisor):=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E7=BC=96=E8=AF=91=E5=90=8E=E8=BE=93=E5=87=BA=E7=9B=AE=E5=BD=95?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8F=B7=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- omniadvisor/compile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/omniadvisor/compile.py b/omniadvisor/compile.py index d37eaa11d..909c31663 100644 --- a/omniadvisor/compile.py +++ b/omniadvisor/compile.py @@ -19,7 +19,7 @@ COMPILE_FROM_NAME = 'src' SOURCE_DIR = os.path.join(PROJECT_DIR, COMPILE_FROM_NAME) # 编译后输出的根文件夹名称 -COMPILE_DEST_ROOT_NAME = 'BoostKit-omniadvisor_2.0' +COMPILE_DEST_ROOT_NAME = 'BoostKit-omniadvisor_2.0.0' # 编译后输出的根目录 OUTPUT_ROOT_DIR = os.path.join(PROJECT_DIR, COMPILE_DEST_ROOT_NAME) -- Gitee