summaryrefslogtreecommitdiff
path: root/pkg/windows/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/windows/README.rst')
-rw-r--r--pkg/windows/README.rst14
1 files changed, 7 insertions, 7 deletions
diff --git a/pkg/windows/README.rst b/pkg/windows/README.rst
index 0bdfb1d..6f1d7be 100644
--- a/pkg/windows/README.rst
+++ b/pkg/windows/README.rst
@@ -19,7 +19,7 @@ docker-compose
Building the package
====================
-make pkg
+make bundle
Reproducible builds
@@ -104,11 +104,11 @@ pyc and ui elements will mess up the binary in unpredictable ways.
* copy the /var/src/bitmask sources to a read-write location (/var/build)
* execute ```make all``` in wine to build the qt ui and other resources
* execute ```pip install $dependencies``` to have all dependencies available
-* execute ```pyinstaller``` in wine to compile the executable for
-** bitmask (src/leap/bitmask/app.py)
-* cleanup
-** remove the read-write copy
-** remove wine-dlls from the installer
+* execute ```pyinstaller``` in wine to compile the executable for bitmask
+ (src/leap/bitmask/app.py)
+* cleanup:
+ ** remove the read-write copy
+ ** remove wine-dlls from the installer
As the step 'install dependencies' may take long on slow internet connections
during development it is advised to recycle the container and share the
@@ -141,4 +141,4 @@ Installer
Installer is a straight forward debian image with makensis installed. The
installer-build script lists the previously built files from pyinstaller and
openvpn to pass it as nsh file to makensis. bitmask.nis controls what will
-be displayed to the user and how the components are installed and uninstalled \ No newline at end of file
+be displayed to the user and how the components are installed and uninstalled