mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-23 11:35:19 +01:00
Fixed a mistake
This commit is contained in:
parent
69e063b56b
commit
2cb23f21b1
2
buildme
2
buildme
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user