summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkali kaneko (leap communications) <kali@leap.se>2021-12-16 22:32:32 +0100
committerkali kaneko (leap communications) <kali@leap.se>2021-12-16 22:32:32 +0100
commit656fa85df32dec38c52a9503d3334ce92f8a4299 (patch)
tree011ed03ddf63da3ec97403c201bacd8bdf95b956
parentc2317a1f99ff778010385aad11745eb75d6a1900 (diff)
[docs] reorganize windows build howto
-rw-r--r--docs/build-win.rst17
1 files changed, 11 insertions, 6 deletions
diff --git a/docs/build-win.rst b/docs/build-win.rst
index 48c5db9..a884e3f 100644
--- a/docs/build-win.rst
+++ b/docs/build-win.rst
@@ -13,14 +13,15 @@ For the installer, install QtIFW for windows (tested with version 3.2.2).
Assuming you have the vendor path in place and correctly configured, all you need to do is `make installer`::
export PATH="/c/Qt/Qt5/bin/":"/c/Qt/QtIFW-3.2.2/bin":$PATH
+ export WINCERTPASS=certificatepass
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::
+ make generate # not called by makefile in win, needs fix!!
- export RELEASE=yes
+ make vendor
+ make build
+ make installer
checking signatures
@@ -40,9 +41,10 @@ ask again.
adding metadata to binaries
---------------------------
-the steps to do release signatures are::
+If you're doing a final release::
+
+ export RELEASE=yes
- export WINCERTPASS=certificatepass
make build
make dosign
make installer
@@ -52,6 +54,9 @@ or all together as::
make package_win_release
+make sure to cleanup the build dir if you're buildingb for more than one
+vendor.
+
Uploading installer
-------------------