summaryrefslogtreecommitdiffhomepage
path: root/gui
diff options
context:
space:
mode:
authorJoakim Hulthe <joakim.hulthe@mullvad.net>2024-10-30 20:03:05 +0100
committerJoakim Hulthe <joakim.hulthe@mullvad.net>2024-10-30 20:03:05 +0100
commitf73d69de09f6080e30099e1f7eb68451b4e93317 (patch)
treed52b2e0d2eb160133f1bdb4adcd6352060ed787c /gui
parent6dd4dc87e1f49abbad35b83cfe9db9d89b04ccde (diff)
parent37e7be1c39e31644eb63b34402927f9fc66a2f93 (diff)
downloadmullvadvpn-f73d69de09f6080e30099e1f7eb68451b4e93317.tar.xz
mullvadvpn-f73d69de09f6080e30099e1f7eb68451b4e93317.zip
Merge branch 'readd-maybenot-machines-v1'
Diffstat (limited to 'gui')
-rw-r--r--gui/tasks/distribution.js6
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: '.' },
],
},