添加误忽略的文件

This commit is contained in:
2026-06-20 18:18:03 +08:00
parent 0e0bf9b357
commit 13f07db882
46 changed files with 3583 additions and 8 deletions

View File

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