diff options
| author | Joakim Hulthe <joakim.hulthe@mullvad.net> | 2024-10-30 20:03:05 +0100 |
|---|---|---|
| committer | Joakim Hulthe <joakim.hulthe@mullvad.net> | 2024-10-30 20:03:05 +0100 |
| commit | f73d69de09f6080e30099e1f7eb68451b4e93317 (patch) | |
| tree | d52b2e0d2eb160133f1bdb4adcd6352060ed787c /gui | |
| parent | 6dd4dc87e1f49abbad35b83cfe9db9d89b04ccde (diff) | |
| parent | 37e7be1c39e31644eb63b34402927f9fc66a2f93 (diff) | |
| download | mullvadvpn-f73d69de09f6080e30099e1f7eb68451b4e93317.tar.xz mullvadvpn-f73d69de09f6080e30099e1f7eb68451b4e93317.zip | |
Merge branch 'readd-maybenot-machines-v1'
Diffstat (limited to 'gui')
| -rw-r--r-- | gui/tasks/distribution.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gui/tasks/distribution.js b/gui/tasks/distribution.js index 50e4e0ad94..79e43817e2 100644 --- a/gui/tasks/distribution.js +++ b/gui/tasks/distribution.js @@ -107,7 +107,7 @@ const config = { { from: distAssets('uninstall_macos.sh'), to: './uninstall.sh' }, { from: buildAssets('shell-completions/_mullvad'), to: '.' }, { from: buildAssets('shell-completions/mullvad.fish'), to: '.' }, - { from: distAssets('maybenot_machines'), to: '.' }, + { from: distAssets('maybenot_machines_v2'), to: '.' }, ], }, @@ -179,7 +179,7 @@ const config = { ), to: '.', }, - { from: distAssets('maybenot_machines'), to: '.' }, + { from: distAssets('maybenot_machines_v2'), to: '.' }, ], }, @@ -208,7 +208,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: '.' }, + { from: distAssets('maybenot_machines_v2'), to: '.' }, ], }, |
