summaryrefslogtreecommitdiffhomepage
path: root/gui
diff options
context:
space:
mode:
authorEmīls <emils@mullvad.net>2024-11-12 12:47:43 +0100
committerEmīls <emils@mullvad.net>2024-11-12 12:47:43 +0100
commiteb88e35d7b3c94ad95d4fac23f85e3400d0654bb (patch)
treed076477a9b6d43000cb1cd4746192f536d178d56 /gui
parent13209073f803095c351f90acb106aa6d69e69333 (diff)
parent1c5b020af047c354fa43c6bfbad0e4659f9f3c1f (diff)
downloadmullvadvpn-eb88e35d7b3c94ad95d4fac23f85e3400d0654bb.tar.xz
mullvadvpn-eb88e35d7b3c94ad95d4fac23f85e3400d0654bb.zip
Merge branch 'update-to-maybenot-v2-ios-914'
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 2497bbdbdb..dab7b9d9e7 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_v2'), to: '.' },
+ { from: distAssets('maybenot_machines'), to: '.' },
],
},
@@ -179,7 +179,7 @@ const config = {
),
to: '.',
},
- { from: distAssets('maybenot_machines_v2'), to: '.' },
+ { from: distAssets('maybenot_machines'), 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_v2'), to: '.' },
+ { from: distAssets('maybenot_machines'), to: '.' },
],
},