summaryrefslogtreecommitdiff
path: root/static/build.html
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2022-03-18 03:30:09 -0400
committerDaniel Micay <danielmicay@gmail.com>2022-03-18 03:30:09 -0400
commit39a22319473f810274d1f741422712e3c9bbdcca (patch)
treef58c7056e327aeb824de674a99cf76e4a98adcb3 /static/build.html
parent3eba87fe6d61b6d41c74dfc71c7cc51e72069be9 (diff)
rename Vanadium signing script
Diffstat (limited to 'static/build.html')
-rw-r--r--static/build.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/build.html b/static/build.html
index 47c63a10..4e21c628 100644
--- a/static/build.html
+++ b/static/build.html
@@ -835,7 +835,7 @@ git checkout $CORRECT_BRANCH_OR_TAG</pre>
<pre>keytool -genkey -v -keystore vanadium.keystore -storetype pkcs12 -alias vanadium -keyalg RSA -keysize 4096 -sigalg SHA512withRSA -validity 10000 -dname "cn=GrapheneOS"</pre>
<p>You will be prompted to enter a password which will be requested by the
- <code>generate_release.sh</code> script for signing releases. You should back up
+ <code>generate-release.sh</code> script for signing releases. You should back up
the generated keystore with your other keys.</p>
<p>Fetch the Chromium sources:</p>