You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Delta Update Package Generation | Yes | Compares the previous version with the current version to identify files that need updating or new files added. |
| 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. |
| Source path |Represents the folder path of the previous version. |
27
-
| Target path |Represents the folder path of the current version. |
28
-
| Patch path |Represents the path where the final delta package is generated. |
29
-
| Build | Recursively compares all project files (DLL, exe, etc.) in the Source path and Target path folders. It analyzes the list of files that need updating using binary delta checks and incremental checks, and then packages the update package according to the folder structure. |
30
-
| Clear |Clear the current input content.|
24
+
| Source path |Indicates the folder path of the previous version.|
25
+
| Target path |Indicates the folder path of the current version.|
26
+
| Patch path |Indicates the path where the final update patch package will be generated. |
27
+
| 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. |
| Delta Update Package Generation | Yes | Compares the previous version with the current version to identify files that need updating or new files added. |
9
+
The tool is developed using Avalonia and supports Windows / Linux / Mac desktop use only.
| 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. |
| Source path |Represents the folder path of the previous version. |
29
-
| Target path |Represents the folder path of the current version. |
30
-
| Patch path |Represents the path where the final delta package is generated. |
31
-
| Build | Recursively compares all project files (DLL, exe, etc.) in the Source path and Target path folders. It analyzes the list of files that need updating using binary delta checks and incremental checks, and then packages the update package according to the folder structure. |
32
-
| Clear |Clear the current input content.|
24
+
| Source path |Indicates the folder path of the previous version.|
25
+
| Target path |Indicates the folder path of the current version.|
26
+
| Patch path |Indicates the path where the final update patch package will be generated. |
27
+
| 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. |
0 commit comments