Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maaassistantarknights/updateengine
WIP
https://github.com/maaassistantarknights/updateengine
Last synced: about 2 months ago
JSON representation
WIP
- Host: GitHub
- URL: https://github.com/maaassistantarknights/updateengine
- Owner: MaaAssistantArknights
- Created: 2024-08-08T08:28:05.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-08-21T12:56:08.000Z (4 months ago)
- Last Synced: 2024-08-21T15:55:36.057Z (4 months ago)
- Language: C#
- Size: 84 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Dependencies
Zstandard: https://github.com/facebook/zstd
Customized bsdiff: https://github.com/MaaAssistantArknights/bsdiff
set environment variable `MAA_BSDIFF` to the path of customized bsdiff executable
## Usage
Prepare test data
```console
$ aria2c -i testdata.aria2
```Run makedelta
```console
$ python -m makedelta version_list_all.txt version_list_nonlinear.txt
```Smoke test (in Cygwin/MSYS2)
```console
$ sh smoke_test.sh
```