diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2017-06-13 14:47:57 +0200 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2017-06-13 14:48:05 +0200 |
commit | 9fb7b5ea0f24acfc101a58ffb28c75d949d0efb2 (patch) | |
tree | f8d7dfa509ed56b71eb175dd548e2488648673e7 /pkg/build_bundle_with_venv.sh | |
parent | 77b33c49d004d72f58ebcf4cbb95eb87acccbea9 (diff) |
[pkg] package osx helpers in bundle too
Diffstat (limited to 'pkg/build_bundle_with_venv.sh')
-rwxr-xr-x | pkg/build_bundle_with_venv.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/build_bundle_with_venv.sh b/pkg/build_bundle_with_venv.sh index 15b495c..65c52c6 100755 --- a/pkg/build_bundle_with_venv.sh +++ b/pkg/build_bundle_with_venv.sh @@ -1,6 +1,6 @@ #!/bin/bash ########################################################### -# Build a Bitmask bundle inside a fresh virtualenv. +# Build a Bitmask bundle inside a fresh virtualenv (LINUX). # To be run by Gitlab Runner, # will produce an artifact for each build. ########################################################### @@ -48,4 +48,4 @@ $VIRTUAL_ENV/bin/pip uninstall --yes pyzmq $VIRTUAL_ENV/bin/pip install pyzmq --install-option="--zmq=bundled" make bundle -make bundle_apps +make bundle_apps_linux |