From 7aa96cb396a84cf7a2818a23efb7f80d82a6fbbe Mon Sep 17 00:00:00 2001 From: "kali kaneko (leap communications)" Date: Fri, 16 Oct 2020 02:17:09 +0200 Subject: [pkg] rename to make-installer --- docs/build.windows.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/build.windows.rst') diff --git a/docs/build.windows.rst b/docs/build.windows.rst index 818f813..27edcbc 100644 --- a/docs/build.windows.rst +++ b/docs/build.windows.rst @@ -13,5 +13,5 @@ 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 build_installer`:: export PATH="/c/Qt/Qt5/bin/":"/c/Qt/QtIFW-3.2.2/bin":$PATH - VENDOR_PATH=providers/ - make build_installer + export VENDOR_PATH=providers + make vendor && make installer -- cgit v1.2.3