diff options
| author | David Lönnhager <david.l@mullvad.net> | 2020-03-09 12:47:04 +0100 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2020-03-17 12:27:40 +0100 |
| commit | ca53d0aeaa6dd9c27d032b2f44c0d835bb442122 (patch) | |
| tree | b85e895c12460a408c80afbcf66edc1ce0fca24e /gui/tasks | |
| parent | 184e8d783c67cbf6c2216198c2876990720d9ec2 (diff) | |
| download | mullvadvpn-ca53d0aeaa6dd9c27d032b2f44c0d835bb442122.tar.xz mullvadvpn-ca53d0aeaa6dd9c27d032b2f44c0d835bb442122.zip | |
Block while upgrading on Linux
Diffstat (limited to 'gui/tasks')
| -rw-r--r-- | gui/tasks/distribution.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/tasks/distribution.js b/gui/tasks/distribution.js index 20a6dba119..e371e26fbe 100644 --- a/gui/tasks/distribution.js +++ b/gui/tasks/distribution.js @@ -105,6 +105,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: '.' }, |
