1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

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

Fix #6203
This commit is contained in:
Anthony Bilinski 2020-08-05 00:08:41 -07:00
parent b357de02e0
commit 7dfd93bd91
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C

View File

@ -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."