summaryrefslogtreecommitdiffhomepage
path: root/desktop
diff options
context:
space:
mode:
authorDavid Lönnhager <david.l@mullvad.net>2025-01-15 10:58:22 +0100
committerDavid Lönnhager <david.l@mullvad.net>2025-01-24 17:35:04 +0100
commitdc7fe2851a690dad7658261e3c4ebd2e5c7bc1fc (patch)
treead2fac561424a3fa58a4134a1e11f13cc50c1761 /desktop
parentfeb0229b43efe8bec1d89503f4d6eaf07625418f (diff)
downloadmullvadvpn-dc7fe2851a690dad7658261e3c4ebd2e5c7bc1fc.tar.xz
mullvadvpn-dc7fe2851a690dad7658261e3c4ebd2e5c7bc1fc.zip
Do not pack maybenot_machines on Windows
Diffstat (limited to 'desktop')
-rw-r--r--desktop/packages/mullvad-vpn/tasks/distribution.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/desktop/packages/mullvad-vpn/tasks/distribution.js b/desktop/packages/mullvad-vpn/tasks/distribution.js
index adb95419fe..8ab8a35882 100644
--- a/desktop/packages/mullvad-vpn/tasks/distribution.js
+++ b/desktop/packages/mullvad-vpn/tasks/distribution.js
@@ -179,7 +179,6 @@ function newConfig() {
},
{ from: distAssets(path.join('${env.DIST_SUBDIR}', 'libwg.dll')), to: '.' },
{ from: distAssets(path.join('${env.DIST_SUBDIR}', 'maybenot_ffi.dll')), to: '.' },
- { from: distAssets('maybenot_machines'), to: '.' },
],
},