diff options
| author | ruki <[email protected]> | 2022-12-27 22:28:18 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-12-27 22:28:18 +0800 |
| commit | 808356219f6f13c1d80708b88679ce82527d32d5 (patch) | |
| tree | 69b73bad58e2664ffa968eb07dde4a38de6c4523 /scripts | |
| parent | 02fb7ef69e78a5d6a8e0066f8866684533836ac3 (diff) | |
improve archive
Diffstat (limited to 'scripts')
| -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 cf397d7bd..6d2b6e5c6 100755 --- a/scripts/archive-all +++ b/scripts/archive-all @@ -49,7 +49,7 @@ if [ -f "$outputfile.tar.gz" ]; then fi zip -qr "$outputfile.zip" . 7z a "$outputfile.7z" . -tar -czf "$outputfile.tar.gz" . +tar -czf "$outputfile.tar.gz" * shasum -a 256 "$outputfile.zip" shasum -a 256 "$outputfile.7z" shasum -a 256 "$outputfile.tar.gz" |
