From 79d3c23f04ef0442db4824c7ef6edbfaed1a9b6e Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sun, 22 Mar 2020 01:11:10 -0400 Subject: [PATCH] update Vanadium patch instructions --- static/build.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/build.html b/static/build.html index 796bd725..a0cb26f7 100644 --- a/static/build.html +++ b/static/build.html @@ -611,7 +611,7 @@ git checkout $CORRECT_BRANCH_OR_TAG

Apply the GrapheneOS patches on top of the tagged release:

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

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