From 9fb7b5ea0f24acfc101a58ffb28c75d949d0efb2 Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Tue, 13 Jun 2017 14:47:57 +0200 Subject: [pkg] package osx helpers in bundle too --- pkg/build_bundle_with_venv.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkg/build_bundle_with_venv.sh') diff --git a/pkg/build_bundle_with_venv.sh b/pkg/build_bundle_with_venv.sh index 15b495c5..65c52c6d 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 -- cgit v1.2.3