diff --git a/data/web/core.telegram.org/reproducible-builds.html b/data/web/core.telegram.org/reproducible-builds.html index 8aeb80fa13..4213d70b55 100644 --- a/data/web/core.telegram.org/reproducible-builds.html +++ b/data/web/core.telegram.org/reproducible-builds.html @@ -76,16 +76,18 @@
-Please make sure that you're using the correct version and build number of the version you want to check (and not the one from this example ).
The part after the version number will help you know in which folder to look for the correct APK when you've finished building the app (Step 4):
-These commands will produce 3 different APKs and 2 bundles:
-apk/release/app.apk
– used for direct downloads from telegram.org/androidapk/release/app.apk
– the playstore versionapk/release/app-huawei.apk
– used exclusively for the Huawei store
apk/standalone/app.apk
– used for direct downloads from telegram.org/androidapk/release/app.apk
– the playstore versionapk/release/app-huawei.apk
– used exclusively for the Huawei store
bundle/bundleAfat_SDK23Release/TMessagesProj_App-bundleAfat_SDK23-release.aab
bundle/bundleAfatRelease/TMessagesProj_App-bundleAfat-release.aab
These APKs can be found in:$HOME/telegram-android/TMessagesProj/build/outputs/apk/
Use the folder name from Step 2 to find the correct folder that holds the same APK as installed on your device. For example, for non-universal Android 9.0 arm64-v8a, the path to your APK will be:$HOME/telegram-android/TMessagesProj/build/outputs/apk/arm64_SDK23/release/app.apk
Copy this APK to the root source directory by running this command in Terminal:cp $HOME/telegram-android/TMessagesProj/build/outputs/apk/arm64_SDK23/release/app.apk $HOME/telegram-android/telegram_built.apk