swwmgz_m/pk7/mkpk7.sh
Marisa Kirisame e8e5df47cf Added scripts for building pk7 and pk3 archives.
Fix Ynykron not being precached because I used the wrong class name.
2020-06-21 12:02:38 +02:00

4 lines
106 B
Bash
Executable file

#!/bin/sh
pushd ..
7z a -t7z -m0=lzma -mx=9 -mfb=64 -md=32m -ms=on -x@pk7/excl.lst ../swwmgz_m.pk7 .
popd