diff options
Diffstat (limited to 'pkg')
-rw-r--r-- | pkg/docker_build_riseupvpn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg/docker_build_riseupvpn b/pkg/docker_build_riseupvpn index 9da829cc..e741d8c6 100644 --- a/pkg/docker_build_riseupvpn +++ b/pkg/docker_build_riseupvpn @@ -1,4 +1,5 @@ # This script gets executed inside the docker-bundler-apt image. +# Produces a RiseupVPN bundle inside the volume exported as /dist # (no virtualenv, so all the dependencies must be already installed in the image). : ${REPO:="https://github.com/leapcode/bitmask-dev"} @@ -54,7 +55,7 @@ rm dist/${RELEASE}/lib/libsqlite3.so.0 echo "[+] Build and copy wrapper binary" cd $HOME/bitmaskbuild/pkg/launcher && make cd $HOME/bitmaskbuild -cp pkg/launcher/bitmask dist/${RELEASE}/riseupVPN +cp pkg/launcher/bitmask dist/${RELEASE}/RiseupVPN mv dist/${RELEASE}/lib/anonvpn dist/${RELEASE}/lib/bitmask cp -r dist/* /dist |