diff --git a/static/build.html b/static/build.html index a5b32eac..6aaabbd1 100644 --- a/static/build.html +++ b/static/build.html @@ -792,14 +792,13 @@ keytool -genkey -v -keystore vanadium.keystore -storetype pkcs12 -alias vanadium cd src

You will be prompted to enter a password which will be requested by the script for - signing releases. You should back this up the generated keystore with your other - keys.

+ signing releases. You should back up the generated keystore with your other keys.

Generate TrichromeChrome.apk from the bundle and sign the apks:

../generate_release.sh
-

The apks needs to be copied from out/Default/apks/release/*.apk +

The apks need to be copied from out/Default/apks/release/*.apk into the Android source tree at external/vanadium/prebuilt/arm64/ with arm64 substituted with the correct value for other architectures (arm, x86, x86_64).