This commit is contained in:
blank X 2022-03-02 20:03:29 +07:00
parent 33b445cfa3
commit 0f2fabbe29
Signed by: blankie
GPG Key ID: CC15FC822C7F61F5
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ docker run --rm -v $(pwd):/ktg kotatoimg \
If you want a debug build, run
```bash
docker run --rm -v $(pwd):/ktg -e DEBGU=1 kotatoimg \
docker run --rm -v $(pwd):/ktg -e DEBUG=1 kotatoimg \
bash Telegram/build/docker/centos_env/build.sh \
-DDESKTOP_APP_USE_PACKAGED_LAZY=ON \
-DDESKTOP_APP_DISABLE_CRASH_REPORTS=ON