Browse Source

fix(tools): use a subdirectory for release source archives

Fix #6203

(cherry picked from commit 7dfd93bd91)
reviewable/pr6259/r7
Anthony Bilinski 5 years ago
parent
commit
953e542d53
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C
  1. 2
      tools/create-tarballs.sh

2
tools/create-tarballs.sh

@ -36,7 +36,7 @@ set -eu -o pipefail @@ -36,7 +36,7 @@ set -eu -o pipefail
archive() {
git archive --format=tar "${@%%.tar.*}" \
git archive --format=tar --prefix=qTox/ "${@%%.tar.*}" \
| "${@##*.tar.}"ip --best \
> "$@"
echo "$@ archive has been created."

Loading…
Cancel
Save