mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-15 21:45:19 +00:00
Fix appcenter
This commit is contained in:
parent
09e5b41d2a
commit
9a2394ce1a
@ -6,7 +6,11 @@ set -x
|
|||||||
IPA_PATH="build/artifacts/Telegram.ipa"
|
IPA_PATH="build/artifacts/Telegram.ipa"
|
||||||
DSYM_PATH="build/artifacts/Telegram.DSYMs.zip"
|
DSYM_PATH="build/artifacts/Telegram.DSYMs.zip"
|
||||||
|
|
||||||
APPCENTER="/usr/local/bin/appcenter"
|
if [ `which appcenter` ]; then
|
||||||
|
APPCENTER="$(which appcenter)"
|
||||||
|
else
|
||||||
|
APPCENTER="/usr/local/bin/appcenter"
|
||||||
|
fi
|
||||||
|
|
||||||
$APPCENTER login --token "$API_TOKEN"
|
$APPCENTER login --token "$API_TOKEN"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user