diff options
author | Kali Kaneko <kali@leap.se> | 2018-01-09 13:43:05 +0100 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2018-01-09 17:49:21 +0100 |
commit | 261399e32c72295f238a387bcaa0f50fb76da9ed (patch) | |
tree | a07eb6e1ba4d18c13cb2ac3c793f4163b6b4acec /docs/installation | |
parent | 7a681b084a9d74bb8f37d93a97ded795a175a5f0 (diff) |
[bug] add missing libs to pyinstaller for qtwebengine
- Resolves: #9191
Diffstat (limited to 'docs/installation')
-rw-r--r-- | docs/installation/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installation/index.rst b/docs/installation/index.rst index 90c806d7..e88747e8 100644 --- a/docs/installation/index.rst +++ b/docs/installation/index.rst @@ -78,7 +78,7 @@ packaging takes place:: To ensure a repeatable system-wide environment, you can build those bundles from within a docker container. First you need to create the container:: - make docker_container + make bundler_image and then you can launch the above script inside that container:: |