summaryrefslogtreecommitdiffhomepage
path: root/build.sh
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2018-09-21 14:47:43 +0200
committerLinus Färnstrand <linus@mullvad.net>2018-09-24 16:11:57 +0200
commit967bf662fe56017dcb7cb9211c0e7f8440458cb2 (patch)
tree89f264e82883d73fdd99c327e8c9e4833758a226 /build.sh
parentc3888f3b39011abae7f34715c14243bec40128b1 (diff)
downloadmullvadvpn-967bf662fe56017dcb7cb9211c0e7f8440458cb2.tar.xz
mullvadvpn-967bf662fe56017dcb7cb9211c0e7f8440458cb2.zip
Only add metadata to daemon when not testing
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 0e18fc5be8..fe1d4687df 100755
--- a/build.sh
+++ b/build.sh
@@ -117,7 +117,7 @@ if [[ "$(uname -s)" == "MINGW"* ]]; then
fi
echo "Building Rust code in release mode using $RUSTC_VERSION..."
-cargo +stable build --release
+MULLVAD_ADD_MANIFEST="1" cargo +stable build --release
################################################################################
# Other work to prepare the release.