diff options
| author | David Lönnhager <david.l@mullvad.net> | 2024-04-30 10:27:29 +0200 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2024-04-30 10:27:29 +0200 |
| commit | ea344c2d14d7396e550840737f3328e08d3fda45 (patch) | |
| tree | 260cbdef20ce8515c3248964dce33d2b3fb5fa88 /gui | |
| parent | 72be78c59d4ca9b2960ed69345300af16df81be8 (diff) | |
| parent | 0a04a2863ea8e08571ce72e0cb67409f2f2802e6 (diff) | |
| download | mullvadvpn-ea344c2d14d7396e550840737f3328e08d3fda45.tar.xz mullvadvpn-ea344c2d14d7396e550840737f3328e08d3fda45.zip | |
Merge branch 'ubuntu-add-apparmor-profile'
Diffstat (limited to 'gui')
| -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 ada829057b..6cae17885a 100644 --- a/gui/tasks/distribution.js +++ b/gui/tasks/distribution.js @@ -175,6 +175,7 @@ const config = { { from: distAssets(path.join(getLinuxTargetSubdir(), 'mullvad-problem-report')), to: '.' }, { from: distAssets(path.join(getLinuxTargetSubdir(), 'mullvad-setup')), to: '.' }, { from: distAssets(path.join(getLinuxTargetSubdir(), 'libtalpid_openvpn_plugin.so')), to: '.' }, + { from: distAssets(path.join('linux', 'apparmor_mullvad')), to: '.' }, { from: distAssets(path.join('binaries', '${env.TARGET_TRIPLE}', 'openvpn')), to: '.' }, ], }, |
