No description
- Zig 100%
| src | ||
| .gitignore | ||
| build.zig | ||
| build.zig.zon | ||
| LICENSE.txt | ||
| README.md | ||
Zift
Small update tool for Zenless Zone Zero.
Usage
zift game
zift update.zip game
zift old new
zift old new out.zip
- One folder: clean
- Two folders: make an update ZIP
- Folder + ZIP: apply
- Two folders + ZIP path: make with that output path
- Argument order does not matter
-yskips the confirmation prompt-vadditionally verifies MD5 hashes
Notes
- Created update packages are full-file, store-only ZIPs
- Files are determined by
pkg_version - Apply extracts, removes stale files, then verifies
- Clean removes extra files, then verifies
Building
Zift uses Zig 0.16.0.
Other Zig 0.16.0 downloads
Files are signed with minisign using this public key:
RWSGOq2NVecA2UPNdBUZykf1CCb147pkmdtYxgb3Ti+JO/wCYvhbAb/U
Build with:
zig build