diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2018-09-21 14:47:43 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2018-09-24 16:11:57 +0200 |
| commit | 967bf662fe56017dcb7cb9211c0e7f8440458cb2 (patch) | |
| tree | 89f264e82883d73fdd99c327e8c9e4833758a226 /build.sh | |
| parent | c3888f3b39011abae7f34715c14243bec40128b1 (diff) | |
| download | mullvadvpn-967bf662fe56017dcb7cb9211c0e7f8440458cb2.tar.xz mullvadvpn-967bf662fe56017dcb7cb9211c0e7f8440458cb2.zip | |
Only add metadata to daemon when not testing
Diffstat (limited to 'build.sh')
| -rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
