projects
/
xonotic
/
xonotic.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d64ffc6
)
use 7zip instead of infozip for moar kompression
author
Rudolf Polzer <divverent@xonotic.org>
Wed, 19 Sep 2012 15:06:46 +0000
(17:06 +0200)
committer
Rudolf Polzer <divverent@xonotic.org>
Wed, 19 Sep 2012 15:06:46 +0000
(17:06 +0200)
misc/tools/demopacker.sh
patch
|
blob
|
history
diff --git
a/misc/tools/demopacker.sh
b/misc/tools/demopacker.sh
index 0072492c22c0a426c39ef9ebb15b0c6d7f50ac9d..725631725ea85c6e33d8293eb15d07397bc472d2 100755
(executable)
--- a/
misc/tools/demopacker.sh
+++ b/
misc/tools/demopacker.sh
@@
-80,7
+80,7
@@
cd ..
mv data/"$demobase" output/
echo "-xonotic -nohome -readonly -forceqmenu +bind ESCAPE quit $* -demo $demobase" > output/darkplaces.opt
rm output.pk3
-( cd output &&
zip -9r
../output.pk3 . )
+( cd output &&
7za a -tzip -mx=9
../output.pk3 . )
cp "$xonotic" output.exe
$strip --strip-unneeded output.exe
cat output.pk3 >> output.exe