From d798346948aff01051c59261f739cb720c18f0a6 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Thu, 15 Feb 2018 20:24:24 +0100 Subject: [pkg] rename to riseupVPN --- pkg/bundle_riseupvpn_from_docker | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/bundle_riseupvpn_from_docker b/pkg/bundle_riseupvpn_from_docker index 0c8f3163..4bac916e 100644 --- a/pkg/bundle_riseupvpn_from_docker +++ b/pkg/bundle_riseupvpn_from_docker @@ -23,7 +23,7 @@ echo "[+] CLONING REPO from $REPO [$BRANCH]" rm -rf bitmaskbuild git clone --depth 1 --single-branch --branch $BRANCH $REPO bitmaskbuild cd bitmaskbuild -RELEASE=anonvpn-`cat pkg/next-version` +RELEASE=RiseupVPN-`cat pkg/next-version` echo "[+] RELEASE: $RELEASE" git fetch --tags # uninstall bitmask-dev from base image and install bitmask-vpn @@ -54,7 +54,7 @@ rm dist/${RELEASE}/lib/pysqlcipher._sqlite.so rm dist/${RELEASE}/lib/libzmq-0576c57a.so.5.0.2 rm dist/${RELEASE}/lib/libsqlite3.so.0 -# rename entrypoint +# rename entrypoint and put wrapper in place echo "[+] Build and copy wrapper binary" cd $HOME/bitmaskbuild/pkg/launcher && make cd $HOME/bitmaskbuild -- cgit v1.2.3