Changed packed file names

canary
WolverinDEV 2019-02-18 21:00:56 +01:00
parent 65e6c5b1f7
commit 20fd790c59
1 changed files with 2 additions and 2 deletions

View File

@ -29,9 +29,9 @@ response=$(git diff-index HEAD -- . ':!asm/libraries/' ':!package-lock.json' ':!
if [[ "$response" != "" ]]; then
echo "You're using a private modified build!"
echo "Cant assign git hash!"
NAME="TeaWeb.zip"
NAME="TeaWeb-${type}.zip"
else
NAME="TeaWeb-$(git rev-parse --short HEAD).zip"
NAME="TeaWeb-${type}-$(git rev-parse --short HEAD).zip"
fi
if [[ -e ${NAME} ]]; then