diff --git a/static/build.html b/static/build.html index 449c9cd5..416c36db 100644 --- a/static/build.html +++ b/static/build.html @@ -298,7 +298,7 @@ git checkout $CORRECT_BRANCH_OR_TAG

Apply the GrapheneOS patches on top of the tagged release:

cd src
-git am ../*.patch
+git am --whitespace=nowarn ../*.patch

Generate a signing key for Vanadium if this is the initial build (the sample password configured in args.gn is vanadiumpass):