buildme, fixed mistake of previous commit

This commit is contained in:
vectorsigma72 2019-12-01 14:17:40 +01:00
parent d9309d321a
commit c8a7bce456

View File

@ -184,7 +184,8 @@ if [[ "$SYSNAME" == Darwin ]]; then
echo "(Require Xcode 11 or greater)"
checkXCODE
make
local infoPlist=${CLOVERROOT}"/CloverPackage/sym/Clover.app/Contents/Info.plist"
local infoPlist=${CLOVERROOT}"/CloverApp/build/Clover.app/Contents/Info.plist"
echo $infoPlist
local caVer=$(defaults read "${infoPlist}" CFBundleShortVersionString)
if [[ -d "${CLOVERROOT}"/.git ]];then
local aname="Clover.app-v${caVer}-$( git -C "${CLOVERROOT}" describe --tags --abbrev=0 ).zip"