Revert "Use bzip2 for pk3 building."

This reverts commit c13cc52016.
This commit is contained in:
Mari the Deer 2020-08-09 17:22:29 +02:00
commit 62f6ad2b0a
2 changed files with 2 additions and 2 deletions

View file

@ -1,2 +1,2 @@
[default]
SWWM_MODVER="\chSWWM \cwGZ\c- r474 (Sun 9 Aug 17:18:47 CEST 2020)";
SWWM_MODVER="\chSWWM \cwGZ\c- r475 (Sun 9 Aug 17:22:29 CEST 2020)";

View file

@ -1,4 +1,4 @@
#!/bin/sh
pushd ..
7z a -tzip -mx=9 -mm=bzip2 -x@pk7/excl.lst ../swwmgz_m.pk3 .
7z a -tzip -mx=9 -x@pk7/excl.lst ../swwmgz_m.pk3 .
popd