diff options
| author | David Lönnhager <david.l@mullvad.net> | 2020-03-17 13:57:17 +0100 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2020-03-17 13:57:17 +0100 |
| commit | d27c978a41da972d8ec1438b9f6cedf059c02771 (patch) | |
| tree | 14f5f6440f55402616d2a94e3679360415fa357f /gui | |
| parent | 6dcc1295faa8165fb0fb02a8617fcb774c7ab507 (diff) | |
| parent | 8f59f04513fb7cca415fcfab0db6f5ac82d2fe75 (diff) | |
| download | mullvadvpn-d27c978a41da972d8ec1438b9f6cedf059c02771.tar.xz mullvadvpn-d27c978a41da972d8ec1438b9f6cedf059c02771.zip | |
Merge branch 'block-on-upgrade-2'
Diffstat (limited to 'gui')
| -rw-r--r-- | gui/tasks/distribution.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/tasks/distribution.js b/gui/tasks/distribution.js index 20a6dba119..16d99e91d7 100644 --- a/gui/tasks/distribution.js +++ b/gui/tasks/distribution.js @@ -48,6 +48,7 @@ const config = { { from: distAssets('mullvad'), to: '.' }, { from: distAssets('mullvad-problem-report'), to: '.' }, { from: distAssets('mullvad-daemon'), to: '.' }, + { from: distAssets('mullvad-setup'), to: '.' }, { from: distAssets('libtalpid_openvpn_plugin.dylib'), to: '.' }, { from: distAssets('binaries/x86_64-apple-darwin/openvpn'), to: '.' }, { from: distAssets('binaries/x86_64-apple-darwin/sslocal'), to: '.' }, @@ -105,6 +106,7 @@ const config = { extraResources: [ { from: distAssets('mullvad-problem-report'), to: '.' }, { from: distAssets('mullvad-daemon'), to: '.' }, + { from: distAssets('mullvad-setup'), to: '.' }, { from: distAssets('libtalpid_openvpn_plugin.so'), to: '.' }, { from: distAssets('binaries/x86_64-unknown-linux-gnu/openvpn'), to: '.' }, { from: distAssets('binaries/x86_64-unknown-linux-gnu/sslocal'), to: '.' }, |
