From 8532ad12b10429aeb36875509c5f44e28f5bfb0b Mon Sep 17 00:00:00 2001 From: cheney Date: Fri, 22 Jul 2022 21:24:53 +0800 Subject: [PATCH] hash --- kit.json | 5 ++--- 说明.txt | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/kit.json b/kit.json index 033e238..34f596d 100644 --- a/kit.json +++ b/kit.json @@ -68,12 +68,11 @@ { "func": "zip", "from": "%out_path%/*", - "to": "%out_path%/sydapi-%version%.%project.git_commit_hash%.zip" + "to": "%out_path%/sydapi-database-%version%.%project.git_commit_hash%.zip" }, { "func": "open", - "path": "%out_path%/", - "to": "%out_path%/sydapi-%version%.%project.git_commit_hash%.zip" + "path": "%out_path%/" } ] diff --git a/说明.txt b/说明.txt index a8081f1..3047bab 100644 --- a/说明.txt +++ b/说明.txt @@ -1,7 +1,7 @@ - doc 文档 - sample 示例代码 - jar - - sydapi-database-1.0.1db66d06.jar 接口 API + - sydapi-database-1.0.xxxxxx.jar 接口 API - dependences 所有依赖 - groovy-all-2.3.2 通信协议支持 - proto-1.0-20220412 通信协议支持