https://github.com/thekodetoad/diffui
A simple gui for applying and creating binary patches using bsdiff
https://github.com/thekodetoad/diffui
Last synced: 12 months ago
JSON representation
A simple gui for applying and creating binary patches using bsdiff
- Host: GitHub
- URL: https://github.com/thekodetoad/diffui
- Owner: TheKodeToad
- License: gpl-3.0
- Created: 2020-05-07T14:38:49.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-30T09:29:08.000Z (almost 5 years ago)
- Last Synced: 2025-03-16T19:54:17.206Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 85.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DiffUI
A simple gui for applying and creating binary patches using bsdiff (http://www.daemonology.net/bsdiff/) rather than xdelta as it creates files 50-80% smaller. Can be downloaded here: https://github.com/TheKodeToad/DiffUI/releases
# Compiling
Run `./gradlew shadowJar`.
This will create target/diffui-1.0-all.jar.