未验证 提交 ef35afe4 编写于 作者: M Minglei Jin 提交者: GitHub

Merge pull request #12072 from taosdata/hmoem

build: release scripts modify
......@@ -16,6 +16,7 @@ if %1 == tq GOTO TQ
if %1 == pro GOTO PRO
if %1 == kh GOTO KH
if %1 == jh GOTO JH
if %1 == hm GOTO HM
GOTO USAGE
:TAOS
......@@ -51,6 +52,12 @@ call sed_jh.bat %community_dir%
cd %community_dir%\packaging
goto RELEASE
:HM
cd %internal_dir%\enterprise\packaging\oem
call sed_hm.bat %community_dir%
cd %community_dir%\packaging
goto RELEASE
:RELEASE
echo release windows-client for %1, version: %2, cpyType: %3
if not exist %internal_dir%\debug\ver-%2-%1-%3 (
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册