diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-06-04 10:57:44 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-06-04 10:57:44 -0400 |
| commit | d283021aa0238084bbdddfc8c34a5b9c252bf5fd (patch) | |
| tree | 3f635f3022c0d5c72d8b593787e63d63477b472b /static/build.html | |
| parent | 7fc92e3021987b1f437da0dea52ed9d64e986dab (diff) | |
Vanadium generate_release.sh now takes a path
Diffstat (limited to 'static/build.html')
| -rw-r--r-- | static/build.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/build.html b/static/build.html index 6f742e21..db7933c8 100644 --- a/static/build.html +++ b/static/build.html @@ -801,7 +801,7 @@ gclient sync -D --with_branch_heads --with_tags --jobs 32</pre> <p>Sign the apks:</p> - <pre>../generate_release.sh</pre> + <pre>../generate_release.sh out</pre> <p>The apks need to be copied from <code>out/Default/apks/release/*.apk</code> into the Android source tree at |
