Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/maaassistantarknights/updateengine

WIP
https://github.com/maaassistantarknights/updateengine

Last synced: about 2 months ago
JSON representation

WIP

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
```