diff options
| author | Sebastian Holmin <sebastian.holmin@mullvad.net> | 2024-05-06 13:42:39 +0200 |
|---|---|---|
| committer | Markus Pettersson <markus.pettersson@mullvad.net> | 2024-06-25 17:31:34 +0200 |
| commit | 540f68fe14164f604be897b0324717aac402b116 (patch) | |
| tree | 80c3f19fef492b2ec832ad94267711321a30e809 | |
| parent | da95b2603470841b64518959ceac0d03aab0068a (diff) | |
| download | mullvadvpn-540f68fe14164f604be897b0324717aac402b116.tar.xz mullvadvpn-540f68fe14164f604be897b0324717aac402b116.zip | |
Add resource `maybenot_machines` to `distribution.js` for linux
| -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 0bf9cc369f..bd9f025bbd 100644 --- a/gui/tasks/distribution.js +++ b/gui/tasks/distribution.js @@ -179,6 +179,7 @@ const config = { { from: distAssets(path.join('linux', 'apparmor_mullvad')), to: '.' }, { from: distAssets(path.join('binaries', '${env.TARGET_TRIPLE}', 'openvpn')), to: '.' }, { from: distAssets(path.join('binaries', '${env.TARGET_TRIPLE}', 'apisocks5')), to: '.' }, + { from: distAssets('maybenot_machines'), to: '.' }, ], }, |
