From 656fa85df32dec38c52a9503d3334ce92f8a4299 Mon Sep 17 00:00:00 2001 From: "kali kaneko (leap communications)" Date: Thu, 16 Dec 2021 22:32:32 +0100 Subject: [docs] reorganize windows build howto --- docs/build-win.rst | 17 +++++++++++------ 1 file 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 ------------------- -- cgit v1.2.3