mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-15 21:45:19 +00:00
Re-enable copying the original binary from the previous step
This commit is contained in:
parent
6b107fcdab
commit
a733f727ff
@ -24,8 +24,6 @@ fi
|
|||||||
|
|
||||||
OUTPUT_PATH="build/artifacts"
|
OUTPUT_PATH="build/artifacts"
|
||||||
|
|
||||||
BAZEL_HTTP_CACHE_URL="$BAZEL_HTTP_CACHE_URL" sh buildbox/build-telegram.sh verify
|
|
||||||
|
|
||||||
if [ "$CONFIGURATION" == "appstore" ]; then
|
if [ "$CONFIGURATION" == "appstore" ]; then
|
||||||
if [ -z "$IPA_PATH" ]; then
|
if [ -z "$IPA_PATH" ]; then
|
||||||
IPA_PATH="$OUTPUT_PATH/Telegram.ipa"
|
IPA_PATH="$OUTPUT_PATH/Telegram.ipa"
|
||||||
@ -45,6 +43,8 @@ VERIFY_PATH="TelegramVerifyBuild.ipa"
|
|||||||
rm -f "$VERIFY_PATH"
|
rm -f "$VERIFY_PATH"
|
||||||
cp "$IPA_PATH" "$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"
|
python3 tools/ipadiff.py "$IPA_PATH" "$VERIFY_PATH"
|
||||||
retVal=$?
|
retVal=$?
|
||||||
if [ $retVal -ne 0 ]; then
|
if [ $retVal -ne 0 ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user