summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorkali kaneko (leap communications) <kali@leap.se>2021-03-11 21:27:30 +0100
committerkali kaneko (leap communications) <kali@leap.se>2021-03-11 21:28:06 +0100
commite806b22f33087337c7fa709f3fe62e8211d14fd9 (patch)
tree0b3bfb3bb2ebba4b577c3de7f6da4b3b85ead1f7 /docs
parentfaf114319b89bf7f07710efa9ff53656b850ac58 (diff)
[pkg] hash and sign artifacts
Diffstat (limited to 'docs')
-rw-r--r--docs/build-win.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/build-win.rst b/docs/build-win.rst
index 1e65c27..0deff8d 100644
--- a/docs/build-win.rst
+++ b/docs/build-win.rst
@@ -51,6 +51,15 @@ or all together as::
make package_win_release
+Uploading installer
+-------------------
+
+Since 0.21.2, we're hashing and signing the installers::
+
+ export FILE=deploy/RiseupVPN-installer-0.21.2.exe
+ make sign_artifact
+ make upload_artifact
+
unreviewed notes
----------------