Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-calautti authored Apr 8, 2024
1 parent 30dcfbc commit 7556fdd
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,18 @@

![ScreenShot](https://i.imgur.com/dQmTusx.png)

<p align='center'>
<a href='https://github.com/marco-calautti/DeltaPatcher/releases'><img height='40' src='https://img.shields.io/badge/Windows-0078D6?style=for-the-badge&logo=windows&logoColor=white'/></a>
<a href='https://github.com/marco-calautti/DeltaPatcher/releases'><img height='40' src='https://img.shields.io/badge/mac%20os-000000?style=for-the-badge&logo=macos&logoColor=F0F0F0'/></a>
<a href='https://flathub.org/it/apps/io.github.marco_calautti.DeltaPatcher'><img height='40' alt='Download on Flathub' src='https://flathub.org/api/badge?locale=en'/></a>
</p>

Delta Patcher is a GUI software that is able to create and apply xdelta patches as the ones supported by the xdelta tool developed by Joshua McDonald.

Delta patcher is fully self-contained and does not depend on the xdelta3 tool at all. This sets Delta Patcher apart from all other tools out there that are just frontends to the xdelta3 binary. Moreover, such frontends do not support some options of the encoder/decoder at all, like main and secondary compression level for encoding and checksum checking for decoding/encoding. Also, they are all written in .NET (0_0).

So, this tool was designed to be self-contained (for Windows, MacOS and GTK-based Linux systems). It's written in C++ using wxWidgets for the GUI components and all the needed libraries are statically linked to the executable (except for GTK for linux builds). Last, but not the least, Delta Patcher is GPL2'd and cross-platform: it runs fine on Windows, Linux and MacOS.

## Download
<a href='https://github.com/marco-calautti/DeltaPatcher/releases'><img height='40' src='https://img.shields.io/badge/Windows-0078D6?style=for-the-badge&logo=windows&logoColor=white'/></a>
<a href='https://github.com/marco-calautti/DeltaPatcher/releases'><img height='40' src='https://img.shields.io/badge/mac%20os-000000?style=for-the-badge&logo=macos&logoColor=F0F0F0'/></a>
<a href='https://flathub.org/it/apps/io.github.marco_calautti.DeltaPatcher'><img height='40' alt='Download on Flathub' src='https://flathub.org/api/badge?locale=en'/></a>

## How to build
Delta Patcher has been successfully built on Windows 10, Ubuntu 22.04, Fedora 36 and MacOS 10.14+.
Expand Down

0 comments on commit 7556fdd

Please sign in to comment.