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
| 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 | 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. |
| 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 | 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. |
0 commit comments