diff options
Diffstat (limited to 'scripts/archive-all')
| -rwxr-xr-x | scripts/archive-all | 2 |
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" |
