diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2022-01-03 11:35:41 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2022-01-03 11:35:41 +0100 |
| commit | f4cd4fc51955874f7e7ac13636b63ecfa8f9eaf3 (patch) | |
| tree | c0c88034e426f4fc021c6619ae4402af30f29bb7 /update-api-address.sh | |
| parent | 3cfafa55cde7769cb05846103362ea36289d327e (diff) | |
| parent | 0b1be80393d9ef62c4e88b977462fbb242e5dd94 (diff) | |
| download | mullvadvpn-f4cd4fc51955874f7e7ac13636b63ecfa8f9eaf3.tar.xz mullvadvpn-f4cd4fc51955874f7e7ac13636b63ecfa8f9eaf3.zip | |
Merge branch 'build.sh-support-rust-debug-builds'
Diffstat (limited to 'update-api-address.sh')
| -rwxr-xr-x | update-api-address.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/update-api-address.sh b/update-api-address.sh deleted file mode 100755 index 5013a56f61..0000000000 --- a/update-api-address.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/usr/bin/env bash - -echo "Updating API address cache..." -set -e - -cargo +stable run --bin address_cache --release > dist-assets/api-ip-address.txt |
