diff --git a/static/build.html b/static/build.html index 6bada980..4274803e 100644 --- a/static/build.html +++ b/static/build.html @@ -754,14 +754,6 @@ git checkout $CORRECT_BRANCH_OR_TAG
cd src
 git am --whitespace=nowarn ../patches/*.patch
-

Generate a signing key for Vanadium if this is the initial build:

- -
keytool -genkey -v -keystore vanadium.keystore -storetype pkcs12 -alias vanadium -keyalg RSA -keysize 4096 -sigalg SHA512withRSA -validity 10000 -dname "cn=GrapheneOS"
- -

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.

-

Then, configure the build in the src directory:

gn args out/Default
@@ -780,6 +772,16 @@ git am --whitespace=nowarn ../patches/*.patch
ninja -C out/Default/ trichrome_webview_64_32_apk trichrome_chrome_64_32_bundle trichrome_library_64_32_apk
+

Generate a signing key for Vanadium if this is the initial build:

+ +
cd ..
+keytool -genkey -v -keystore vanadium.keystore -storetype pkcs12 -alias vanadium -keyalg RSA -keysize 4096 -sigalg SHA512withRSA -validity 10000 -dname "cn=GrapheneOS"
+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.

+

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

../generate_release.sh