mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Remove legacy parameter
This commit is contained in:
parent
163a9b3ed7
commit
30b2f4e57d
1 changed files with 0 additions and 1 deletions
|
|
@ -113,7 +113,6 @@ def remote_build(darwin_containers_host, bazel_cache_host, configuration, build_
|
|||
guest_build_sh += '--configuration={} \\'.format(configuration)
|
||||
guest_build_sh += '--configurationPath=$HOME/telegram-build-input/configuration.json \\'
|
||||
guest_build_sh += '--codesigningInformationPath=$HOME/telegram-build-input \\'
|
||||
guest_build_sh += '--apsEnvironment=production \\'
|
||||
guest_build_sh += '--outputBuildArtifactsPath=/Users/Shared/telegram-ios/build/artifacts \\'
|
||||
|
||||
guest_build_file_path = tempfile.mktemp()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue