mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-12 09:54:36 +01:00
buildme, fixed mistake of previous commit
This commit is contained in:
parent
d9309d321a
commit
c8a7bce456
3
buildme
3
buildme
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user