summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md3
-rw-r--r--desktop/packages/mullvad-vpn/tasks/distribution.js6
m---------dist-assets/binaries0
3 files changed, 3 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3fc3fa6efc..34a0fd93cb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -27,6 +27,9 @@ Line wrap the file at 100 chars. Th
- Add support for DAITA V2.
- Add back wireguard-go (userspace WireGuard) support.
+### Removed
+- Stop bundling https://github.com/mullvad/apisocks5 as a standalone binary.
+
## [2025.4] - 2025-02-12
This release is identical to 2025.4-beta1
diff --git a/desktop/packages/mullvad-vpn/tasks/distribution.js b/desktop/packages/mullvad-vpn/tasks/distribution.js
index fda712d77c..56a007d103 100644
--- a/desktop/packages/mullvad-vpn/tasks/distribution.js
+++ b/desktop/packages/mullvad-vpn/tasks/distribution.js
@@ -108,7 +108,6 @@ function newConfig() {
to: '.',
},
{ from: distAssets(path.join('binaries', '${env.TARGET_TRIPLE}', 'openvpn')), to: '.' },
- { from: distAssets(path.join('binaries', '${env.TARGET_TRIPLE}', 'apisocks5')), to: '.' },
{ from: distAssets('uninstall_macos.sh'), to: './uninstall.sh' },
{ from: buildAssets('shell-completions/_mullvad'), to: '.' },
{ from: buildAssets('shell-completions/mullvad.fish'), to: '.' },
@@ -159,10 +158,6 @@ function newConfig() {
// TODO: OpenVPN does not have an ARM64 build yet.
{ from: distAssets('binaries/x86_64-pc-windows-msvc/openvpn.exe'), to: '.' },
{
- from: distAssets(path.join('binaries', '${env.TARGET_SUBDIR}', 'apisocks5.exe')),
- to: '.',
- },
- {
from: distAssets(path.join('binaries', '${env.TARGET_SUBDIR}', 'wintun/wintun.dll')),
to: '.',
},
@@ -207,7 +202,6 @@ function newConfig() {
},
{ 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: '.' },
],
},
diff --git a/dist-assets/binaries b/dist-assets/binaries
-Subproject 049d5d3bc0c86c29c20f2073460186a83c1d709
+Subproject 14c3ea62ef5e51cfc0cac8c54042199660062d4