diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2016-10-03 18:16:40 -0400 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2016-10-19 12:34:25 -0400 |
commit | 0b6926ea8f644aa1d5412784fd13c99cf69ab3b2 (patch) | |
tree | 3921ef6ae58b02eddf97ac263a1d6640cede6f38 /pkg/windows/README.rst | |
parent | 8e894bf2b318046acdabe597a71b0ffa079256b6 (diff) |
[style] some minor naming changes; linting
Diffstat (limited to 'pkg/windows/README.rst')
-rw-r--r-- | pkg/windows/README.rst | 14 |
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 |