summaryrefslogtreecommitdiff
path: root/pkg/build_osx_bundle_riseupvpn_with_venv.sh
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2018-03-05 17:55:29 +0100
committerKali Kaneko <kali@leap.se>2018-03-22 17:47:07 +0100
commit9ee4859558b868f01012c39dd98bf292d64e09f0 (patch)
treef4a96f62fb5bdd5da0b343ac0912866effc2184c /pkg/build_osx_bundle_riseupvpn_with_venv.sh
parent176035bc57d22f2e7e879331b84f8d8afa232e0d (diff)
[pkg] minor adjustments for riseupvpn osx bundle
- duplicate the scripts folder for riseupvpn - fix renaming of helper - set openvpn path for riseupvpn
Diffstat (limited to 'pkg/build_osx_bundle_riseupvpn_with_venv.sh')
-rwxr-xr-xpkg/build_osx_bundle_riseupvpn_with_venv.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkg/build_osx_bundle_riseupvpn_with_venv.sh b/pkg/build_osx_bundle_riseupvpn_with_venv.sh
index 7f819849..2e7ec759 100755
--- a/pkg/build_osx_bundle_riseupvpn_with_venv.sh
+++ b/pkg/build_osx_bundle_riseupvpn_with_venv.sh
@@ -20,8 +20,7 @@ echo "[+] Using venv in" $VIRTUAL_ENV
$VIRTUAL_ENV/bin/pip install -U pyinstaller
$VIRTUAL_ENV/bin/pip install zope.interface zope.proxy
-
-$VIRTUAL_ENV/bin/pip install -r pkg/requirements-osx.pip
+$VIRTUAL_ENV/bin/pip install -r pkg/requirements-vpn.pip
# Get the bundled libzmq
$VIRTUAL_ENV/bin/pip install -I pyzmq --install-option="--zmq=bundled"