Skip to main content

GeneralUpdate.PacketTool

Introduction

The tool is developed using Avalonia and supports Windows / Linux / Mac desktop use only.

Repository Address
https://github.com/GeneralLibrary/GeneralUpdate.Tools
FeatureSupportedRemarks
Differential UpdateYesCompares the previous version with the current version to find files that need updating or files that are newly added or deleted.

Description

NameRemarks
Source pathIndicates the folder path of the previous version.
Target pathIndicates the folder path of the current version.
Patch pathIndicates the path where the final update patch package will be generated.
BuildRecursively 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.
ClearClears the current input content.