Browse Source

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

Fix #6203
reviewable/pr6205/r2
Anthony Bilinski 5 years ago
parent
commit
7dfd93bd91
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