mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-05 19:28:46 +02:00
Chat import fixes
This commit is contained in:
parent
ea4db44aff
commit
b61e28ae44
8 changed files with 115 additions and 74 deletions
|
|
@ -24,6 +24,8 @@ fi
|
|||
|
||||
OUTPUT_PATH="build/artifacts"
|
||||
|
||||
BAZEL_HTTP_CACHE_URL="$BAZEL_HTTP_CACHE_URL" sh buildbox/build-telegram.sh verify
|
||||
|
||||
if [ "$CONFIGURATION" == "appstore" ]; then
|
||||
if [ -z "$IPA_PATH" ]; then
|
||||
IPA_PATH="$OUTPUT_PATH/Telegram.ipa"
|
||||
|
|
@ -43,8 +45,6 @@ VERIFY_PATH="TelegramVerifyBuild.ipa"
|
|||
rm -f "$VERIFY_PATH"
|
||||
cp "$IPA_PATH" "$VERIFY_PATH"
|
||||
|
||||
BAZEL_HTTP_CACHE_URL="$BAZEL_HTTP_CACHE_URL" sh buildbox/build-telegram.sh verify
|
||||
|
||||
python3 tools/ipadiff.py "$IPA_PATH" "$VERIFY_PATH"
|
||||
retVal=$?
|
||||
if [ $retVal -ne 0 ]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue