diff options
author | kali kaneko (leap communications) <kali@leap.se> | 2021-03-05 12:32:16 +0100 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2021-03-05 12:32:16 +0100 |
commit | 5c4a4b792a4c724e5cdeeebb854868b8ee1c4cfd (patch) | |
tree | 32696529d6cdd63b3010a51657e510631ac96127 /docs | |
parent | 7ed49b92ff19205af276dee371174579c8b4c811 (diff) |
[style] fmt
Diffstat (limited to 'docs')
-rw-r--r-- | docs/build.windows.rst | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/build.windows.rst b/docs/build.windows.rst index a24f4b0..1e65c27 100644 --- a/docs/build.windows.rst +++ b/docs/build.windows.rst @@ -15,8 +15,13 @@ Assuming you have the vendor path in place and correctly configured, all you nee export PATH="/c/Qt/Qt5/bin/":"/c/Qt/QtIFW-3.2.2/bin":$PATH export VENDOR_PATH=providers export PROVIDER=riseup + make generate # FIXME this is not called in win make vendor && make installer +If you're doing a final release:: + + export RELEASE=yes + checking signatures ------------------- @@ -42,7 +47,7 @@ the steps to do release signatures are:: make installer make sign_installer -or alltogether as:: +or all together as:: make package_win_release |