Changed packed file names
This commit is contained in:
parent
65e6c5b1f7
commit
20fd790c59
1 changed files with 2 additions and 2 deletions
|
@ -29,9 +29,9 @@ response=$(git diff-index HEAD -- . ':!asm/libraries/' ':!package-lock.json' ':!
|
||||||
if [[ "$response" != "" ]]; then
|
if [[ "$response" != "" ]]; then
|
||||||
echo "You're using a private modified build!"
|
echo "You're using a private modified build!"
|
||||||
echo "Cant assign git hash!"
|
echo "Cant assign git hash!"
|
||||||
NAME="TeaWeb.zip"
|
NAME="TeaWeb-${type}.zip"
|
||||||
else
|
else
|
||||||
NAME="TeaWeb-$(git rev-parse --short HEAD).zip"
|
NAME="TeaWeb-${type}-$(git rev-parse --short HEAD).zip"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ -e ${NAME} ]]; then
|
if [[ -e ${NAME} ]]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue