From 9ee4859558b868f01012c39dd98bf292d64e09f0 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Mon, 5 Mar 2018 17:55:29 +0100 Subject: [pkg] minor adjustments for riseupvpn osx bundle - duplicate the scripts folder for riseupvpn - fix renaming of helper - set openvpn path for riseupvpn --- pkg/build_osx_bundle_riseupvpn_with_venv.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pkg/build_osx_bundle_riseupvpn_with_venv.sh') 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" -- cgit v1.2.3