Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Commit

Permalink
fix(tools): use a subdirectory for release source archives
Browse files Browse the repository at this point in the history
Fix #6203
  • Loading branch information
anthonybilinski committed Nov 22, 2020
1 parent 3714ffc commit 533f25e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/create-tarballs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 533f25e

Please sign in to comment.