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. |
21
-
| Automatic Upload of Update Packages | Yes | Automatically uploads the generated delta update package to the server. |
22
-
| Editable Selection of Delta Files | Yes | Allows visual inspection of the contents of the delta package and selection of files for packaging. |
23
-
24
-
#### Usage Example
25
-
26
-
Source path: Represents the folder path of the previous version.
27
-
28
-
Target path: Represents the folder path of the current version.
29
-
30
-
Patch path: Represents the path where the final delta package is generated.
31
-
32
-
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.
| Delta Update Package Generation | Yes | Compares the previous version with the current version to identify files that need updating or new files added. |
| 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. |
| Delta Update Package Generation | Yes | Compares the previous version with the current version to identify files that need updating or new files added. |
21
-
| Automatic Upload of Update Packages | Yes | Automatically uploads the generated delta update package to the server. |
22
-
| Editable Selection of Delta Files | Yes | Allows visual inspection of the contents of the delta package and selection of files for packaging. |
| Delta Update Package Generation | Yes | Compares the previous version with the current version to identify files that need updating or new files added. |
23
21
24
-
#### Usage Example
25
22
26
-
Source path: Represents the folder path of the previous version.
27
23
28
-
Target path: Represents the folder path of the current version.
24
+
#### Description
29
25
30
-
Patch path: Represents the path where the final delta package is generated.
31
-
32
-
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.
| 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. |
0 commit comments