mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Pack Watch Companion dsyms
This commit is contained in:
parent
20fe9eca69
commit
4d6ab446c0
@ -572,7 +572,7 @@ def build(bazel, arguments):
|
||||
sys.exit(1)
|
||||
shutil.copyfile(ipa_paths[0], artifacts_path + '/Swiftgram.ipa')
|
||||
|
||||
dsym_paths = glob.glob('bazel-bin/Telegram/*.dSYM')
|
||||
dsym_paths = glob.glob('bazel-bin/Telegram/*.dSYM') + glob.glob('bazel-out/watchos_arm64_32-opt-watchos-arm64_32-min9.0-applebin_watchos-ST-*/bin/Telegram/TelegramWatchApp_dsyms/*.dSYM')
|
||||
for dsym_path in dsym_paths:
|
||||
file_name = os.path.basename(dsym_path)
|
||||
shutil.copytree(dsym_path, artifacts_path + '/DSYMs/{}'.format(file_name))
|
||||
|
Loading…
x
Reference in New Issue
Block a user