File tree Expand file tree Collapse file tree
website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/doc Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,24 +4,46 @@ sidebar_position: 11
44
55### 简介
66
7- ![ ] ( imgs\tool.png )
8-
9- 工具使用Avalonia进行开发,只支持Windows / Linux / Mac 桌面端使用。
7+ 工具使用Avalonia进行开发,支持Windows / Linux / Mac 桌面端使用。
108
119| 仓库地址 |
1210| ----------------------------------------------------- |
1311| https://github.com/GeneralLibrary/GeneralUpdate.Tools |
1412
15- | 功能 | 支持 | 备注 |
16- | -------------- | ---- | ------------------------------------------------------------ |
17- | 差分更新包生成 | 是 | 根据上一个版本和当前版本进行对比,找出需要更新的文件或新添加、删除文件。 |
13+ | 功能 | 支持 | 备注 |
14+ | --------------- | ---- | ------------------------------------------------------------ |
15+ | 构建补丁包 | 是 | 根据上一个版本和当前版本进行对比,找出需要更新的文件或新添加、删除文件。 |
16+ | 构建OSS版本配置 | 是 | 便捷生成OSS版本配置文件。 |
17+
18+ ![ ] ( imgs\tool.png )
19+
20+ ![ ] ( imgs\tool2.png )
1821
1922#### 说明
2023
24+ ** 构建补丁包**
25+
2126| 名称 | 备注 |
2227| ----------- | ------------------------------------------------------------ |
2328| Source path | 表示上一个版本的文件夹路径。 |
2429| Target path | 表示当前版本文件夹路径。 |
2530| Patch path | 表示最终生成更新补丁包的路径。 |
2631| Build | 通过递归比对Source path和Target path文件夹下所有的工程文件(DLL,exe...等),通过二进制差分检查、增量检查分析出需要更新的文件列表按照文件夹结构,打包更新包。 |
27- | Clear | 清除当前输入的内容。 |
32+ | Clear | 清除当前输入的内容。 |
33+
34+
35+
36+ ** 构建OSS版本配置**
37+
38+ | 名称 | 备注 |
39+ | ----------------- | ---------------------------------------- |
40+ | Release date time | 发布时间。 |
41+ | PacketName | 更新包名称。 |
42+ | Hash | 更新包哈希值。 |
43+ | Version | 更新包版本号。 |
44+ | Download address | 更新包下载地址。 |
45+ | Get hash | 获取更新包哈希值功能。 |
46+ | Append | 在已有版本信息后继续追加新的更新信息。 |
47+ | Clear | 清空所有已填写的内容。 |
48+ | Copy | 拷贝已生成的内容到剪切板。 |
49+ | Build | 生成OSS版本配置文件(.json)到本地磁盘。 |
You can’t perform that action at this time.
0 commit comments