summaryrefslogtreecommitdiff
path: root/scripts/archive-all
diff options
context:
space:
mode:
authorruki <[email protected]>2023-01-30 22:37:46 +0800
committerruki <[email protected]>2023-01-30 22:37:46 +0800
commitc14b213c4c4f6eba15a65cb8ea4d313600dd890f (patch)
tree4382c50d5be9b77ddc56faf9182253d203742f42 /scripts/archive-all
parent4ea0fc8c73da4d1ca702a87854307f9cf312ba59 (diff)
improve makeself and zip
Diffstat (limited to 'scripts/archive-all')
-rwxr-xr-xscripts/archive-all2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/archive-all b/scripts/archive-all
index ee19b1bd9..7ed9fa3ac 100755
--- a/scripts/archive-all
+++ b/scripts/archive-all
@@ -47,7 +47,7 @@ fi
if [ -f "$outputfile.tar.gz" ]; then
rm "$outputfile.tar.gz"
fi
-zip -qr "$outputfile.zip" .
+zip -qr -9 "$outputfile.zip" .
7z a "$outputfile.7z" .
#tar -czf "$outputfile.tar.gz" *
tar -cvf - * | gzip -9 - > "$outputfile.tar.gz"