summaryrefslogtreecommitdiffhomepage
path: root/gui/tasks
diff options
context:
space:
mode:
authorDavid Lönnhager <david.l@mullvad.net>2020-11-10 13:43:10 +0100
committerDavid Lönnhager <david.l@mullvad.net>2020-11-19 01:35:21 +0100
commit461dd7f6fd4909e598dfd190f846d1fcc68d6f6b (patch)
tree3f56fda7fb64bf0ddfbc55007619697e3796a269 /gui/tasks
parent557484f7c7160fcbdf75c4f989c2108110245d79 (diff)
downloadmullvadvpn-461dd7f6fd4909e598dfd190f846d1fcc68d6f6b.tar.xz
mullvadvpn-461dd7f6fd4909e598dfd190f846d1fcc68d6f6b.zip
Bundle API address cache with the app
Diffstat (limited to 'gui/tasks')
-rw-r--r--gui/tasks/distribution.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/tasks/distribution.js b/gui/tasks/distribution.js
index 56fe2d4318..0623c0b660 100644
--- a/gui/tasks/distribution.js
+++ b/gui/tasks/distribution.js
@@ -23,6 +23,7 @@ const config = {
extraResources: [
{ from: distAssets('ca.crt'), to: '.' },
{ from: distAssets('relays.json'), to: '.' },
+ { from: distAssets('api-ip-address.txt'), to: '.' },
{ from: root('CHANGELOG.md'), to: '.' },
],