Files
ExPkg/README.md
2026-06-20 18:18:03 +08:00

13 lines
158 B
Markdown

# exPKG
## useage
```bash
expkg /path/to/file.pkg|file.mpkg [output/path]
```
build
```bash
cmake -B build
cmake --build build --config Release -j8
```