diff options
author | kali kaneko (leap communications) <kali@leap.se> | 2020-10-16 02:17:09 +0200 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2020-10-23 23:24:47 +0200 |
commit | 7aa96cb396a84cf7a2818a23efb7f80d82a6fbbe (patch) | |
tree | f700ab0e24437c9d2e5b70f358a26b2684880efe /docs/build.windows.rst | |
parent | 015faa8fe70912da4faa1528c88c3ef6b9fcaabd (diff) |
[pkg] rename to make-installer
Diffstat (limited to 'docs/build.windows.rst')
-rw-r--r-- | docs/build.windows.rst | 4 |
1 files changed, 2 insertions, 2 deletions
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 |