mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
parent
b357de02e0
commit
7dfd93bd91
|
@ -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…
Reference in New Issue
Block a user