mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-05 19:28:46 +02:00
Fix build command path in list-checkbox plan (Make/Make.py)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
81e3be1923
commit
0a9f93abd6
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@
|
|||
- **Commit once, at the end** (Task 11), after the build is green and verification passes — intermediate states don't compile. This matches the repo's feature-level commit style.
|
||||
- **Build command** (from repo root, Task 10):
|
||||
```sh
|
||||
source ~/.zshrc 2>/dev/null; python3 build-system/Make.py --overrideXcodeVersion \
|
||||
source ~/.zshrc 2>/dev/null; python3 build-system/Make/Make.py --overrideXcodeVersion \
|
||||
--cacheDir ~/telegram-bazel-cache build \
|
||||
--configurationPath build-system/appstore-configuration.json \
|
||||
--gitCodesigningRepository git@gitlab.com:peter-iakovlev/fastlanematch.git \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue