diff options
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: '.' }, ], }, |
