diff options
author | Kali Kaneko <kali@leap.se> | 2018-03-05 17:55:29 +0100 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2018-03-22 17:47:07 +0100 |
commit | 9ee4859558b868f01012c39dd98bf292d64e09f0 (patch) | |
tree | f4a96f62fb5bdd5da0b343ac0912866effc2184c /pkg/build_osx_bundle_riseupvpn_with_venv.sh | |
parent | 176035bc57d22f2e7e879331b84f8d8afa232e0d (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-x | pkg/build_osx_bundle_riseupvpn_with_venv.sh | 3 |
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" |