Skip to content

Commit dcc0a44

Browse files
committed
update packet tools readme
1 parent 1212013 commit dcc0a44

6 files changed

Lines changed: 66 additions & 26 deletions

File tree

website/docs/doc/GeneralUpdate.PacketTool.md

Lines changed: 33 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,44 @@ sidebar_position: 11
44

55
### Introduction
66

7-
![](imgs\tool.png)
8-
9-
The tool is developed using Avalonia and supports Windows / Linux / Mac desktop use only.
7+
This tool is developed using Avalonia and supports Windows / Linux / Mac desktop platforms.
108

11-
| Repository Address |
9+
| Repository URL |
1210
| ----------------------------------------------------- |
1311
| https://github.com/GeneralLibrary/GeneralUpdate.Tools |
1412

15-
| Feature | Supported | Remarks |
16-
| ------------------- | --------- | ------------------------------------------------------------ |
17-
| Differential Update | Yes | Compares the previous version with the current version to find files that need updating or files that are newly added or deleted. |
13+
| Feature | Supported | Remarks |
14+
| ------------------------------- | --------- | ------------------------------------------------------------ |
15+
| Build patch package | Yes | Compares the previous version with the current version to identify updated, newly added, or deleted files. |
16+
| Build OSS version configuration | Yes | Easily generates OSS version configuration files. |
17+
18+
![](imgs\tool.png)
19+
20+
![](imgs\tool2.png)
21+
22+
#### Explanation
1823

19-
#### Description
24+
**Build Patch Package**
2025

2126
| Name | Remarks |
2227
| ----------- | ------------------------------------------------------------ |
23-
| Source path | Indicates the folder path of the previous version. |
24-
| Target path | Indicates the folder path of the current version. |
25-
| Patch path | Indicates the path where the final update patch package will be generated. |
26-
| Build | Recursively compares all project files (DLL, exe, etc.) under the Source path and Target path folders, and packages the update package based on a binary differential check and incremental check analysis of the file list that needs updating according to the folder structure. |
27-
| Clear | Clears the current input content. |
28+
| Source path | Path to the folder of the previous version. |
29+
| Target path | Path to the folder of the current version. |
30+
| Patch path | Path where the final update patch package will be generated. |
31+
| Build | Recursively compares all project files (DLL, exe, etc.) in the Source path and Target path folders. Analyzes the list of files to be updated through binary difference check and incremental check, then packages the update files according to the folder structure. |
32+
| Clear | Clears the currently entered content. |
33+
34+
**Build OSS Version Configuration**
35+
36+
| Name | Remarks |
37+
| ----------------- | ------------------------------------------------------------ |
38+
| Release date time | Release time of the update package. |
39+
| PacketName | Name of the update package. |
40+
| Hash | Hash value of the update package. |
41+
| Version | Version number of the update package. |
42+
| Download address | Download URL of the update package. |
43+
| Get hash | Function to retrieve the hash value of the update package. |
44+
| Append | Appends new update information to the existing version details. |
45+
| Clear | Clears all filled-in content. |
46+
| Copy | Copies the generated content to the clipboard. |
47+
| Build | Generates the OSS version configuration file (.json) to the local disk. |

website/docs/doc/imgs/tool.png

-76.9 KB
Loading

website/docs/doc/imgs/tool2.png

66.7 KB
Loading

website/i18n/en/docusaurus-plugin-content-docs/current/docs/doc/GeneralUpdate.PacketTool.md

Lines changed: 33 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,44 @@ sidebar_position: 11
44

55
### Introduction
66

7-
![](imgs\tool.png)
8-
9-
The tool is developed using Avalonia and supports Windows / Linux / Mac desktop use only.
7+
This tool is developed using Avalonia and supports Windows / Linux / Mac desktop platforms.
108

11-
| Repository Address |
9+
| Repository URL |
1210
| ----------------------------------------------------- |
1311
| https://github.com/GeneralLibrary/GeneralUpdate.Tools |
1412

15-
| Feature | Supported | Remarks |
16-
| ------------------- | --------- | ------------------------------------------------------------ |
17-
| Differential Update | Yes | Compares the previous version with the current version to find files that need updating or files that are newly added or deleted. |
13+
| Feature | Supported | Remarks |
14+
| ------------------------------- | --------- | ------------------------------------------------------------ |
15+
| Build patch package | Yes | Compares the previous version with the current version to identify updated, newly added, or deleted files. |
16+
| Build OSS version configuration | Yes | Easily generates OSS version configuration files. |
17+
18+
![](imgs\tool.png)
19+
20+
![](imgs\tool2.png)
21+
22+
#### Explanation
1823

19-
#### Description
24+
**Build Patch Package**
2025

2126
| Name | Remarks |
2227
| ----------- | ------------------------------------------------------------ |
23-
| Source path | Indicates the folder path of the previous version. |
24-
| Target path | Indicates the folder path of the current version. |
25-
| Patch path | Indicates the path where the final update patch package will be generated. |
26-
| Build | Recursively compares all project files (DLL, exe, etc.) under the Source path and Target path folders, and packages the update package based on a binary differential check and incremental check analysis of the file list that needs updating according to the folder structure. |
27-
| Clear | Clears the current input content. |
28+
| Source path | Path to the folder of the previous version. |
29+
| Target path | Path to the folder of the current version. |
30+
| Patch path | Path where the final update patch package will be generated. |
31+
| Build | Recursively compares all project files (DLL, exe, etc.) in the Source path and Target path folders. Analyzes the list of files to be updated through binary difference check and incremental check, then packages the update files according to the folder structure. |
32+
| Clear | Clears the currently entered content. |
33+
34+
**Build OSS Version Configuration**
35+
36+
| Name | Remarks |
37+
| ----------------- | ------------------------------------------------------------ |
38+
| Release date time | Release time of the update package. |
39+
| PacketName | Name of the update package. |
40+
| Hash | Hash value of the update package. |
41+
| Version | Version number of the update package. |
42+
| Download address | Download URL of the update package. |
43+
| Get hash | Function to retrieve the hash value of the update package. |
44+
| Append | Appends new update information to the existing version details. |
45+
| Clear | Clears all filled-in content. |
46+
| Copy | Copies the generated content to the clipboard. |
47+
| Build | Generates the OSS version configuration file (.json) to the local disk. |
-76.9 KB
Loading
66.7 KB
Loading

0 commit comments

Comments
 (0)