Fixed a mistake

This commit is contained in:
vectorsigma72 2019-11-08 14:42:51 +01:00
parent 69e063b56b
commit 2cb23f21b1

View File

@ -183,7 +183,7 @@ if [[ "$(uname)" == Darwin ]]; then
checkXCODE
make
if [[ -d "${CLOVERROOT}"/.git ]];then
local aname="Clover.app-$( git -C "${CLOVER}" describe --tags --abbrev=0 ).zip"
local aname="Clover.app-$( git -C "${CLOVERROOT}" describe --tags --abbrev=0 ).zip"
else
local aname=Clover.app.zip
fi