diff options
| author | ruki <[email protected]> | 2023-01-30 22:37:46 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-01-30 22:37:46 +0800 |
| commit | c14b213c4c4f6eba15a65cb8ea4d313600dd890f (patch) | |
| tree | 4382c50d5be9b77ddc56faf9182253d203742f42 /scripts/archive-all | |
| parent | 4ea0fc8c73da4d1ca702a87854307f9cf312ba59 (diff) | |
improve makeself and zip
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" |
