mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Fix ipa path
This commit is contained in:
parent
2acaddbb40
commit
8adffe90fe
@ -614,7 +614,8 @@ def build(bazel, arguments):
|
||||
os.makedirs(artifacts_path, exist_ok=True)
|
||||
os.makedirs(artifacts_path + '/DSYMs', exist_ok=True)
|
||||
|
||||
ipa_paths = glob.glob('bazel-out/applebin_ios-ios_arm*-opt-ST-*/bin/Telegram/Telegram.ipa')
|
||||
built_ipa_path_prefix = 'bazel-out/ios_arm64-opt-ios-arm64-min12.0-applebin_ios-ST-*'
|
||||
ipa_paths = glob.glob('{}/bin/Telegram/Telegram.ipa'.format(built_ipa_path_prefix))
|
||||
if len(ipa_paths) == 0:
|
||||
print('Could not find the IPA at bazel-out/applebin_ios-ios_arm*-opt-ST-*/bin/Telegram/Telegram.ipa')
|
||||
sys.exit(1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user