diff options
-rwxr-xr-x | scripts/release.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/release.sh b/scripts/release.sh index 665f690bb..de8ee45d1 100755 --- a/scripts/release.sh +++ b/scripts/release.sh | |||
@@ -87,7 +87,7 @@ rm -f "./client/dist/embed-stats.json" | |||
87 | # archive creation + signing | 87 | # archive creation + signing |
88 | zip -r "PeerTube/$zip_name" "${directories_to_archive[@]}" | 88 | zip -r "PeerTube/$zip_name" "${directories_to_archive[@]}" |
89 | gpg --armor --detach-sign -u "$maintainer_public_key" "PeerTube/$zip_name" | 89 | gpg --armor --detach-sign -u "$maintainer_public_key" "PeerTube/$zip_name" |
90 | XZ_OPT=-e9 tar cfJ "PeerTube/$tar_name" "${directories_to_archive[@]}" | 90 | XZ_OPT="-e9 -T0" tar cfJ "PeerTube/$tar_name" "${directories_to_archive[@]}" |
91 | gpg --armor --detach-sign -u "$maintainer_public_key" "PeerTube/$tar_name" | 91 | gpg --armor --detach-sign -u "$maintainer_public_key" "PeerTube/$tar_name" |
92 | 92 | ||
93 | # temporary setup destruction | 93 | # temporary setup destruction |