summaryrefslogtreecommitdiffhomepage
path: root/gui/tasks
diff options
context:
space:
mode:
Diffstat (limited to 'gui/tasks')
-rw-r--r--gui/tasks/distribution.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/gui/tasks/distribution.js b/gui/tasks/distribution.js
index dcdde80841..b7b3889a26 100644
--- a/gui/tasks/distribution.js
+++ b/gui/tasks/distribution.js
@@ -83,7 +83,6 @@ const config = {
to: '.',
},
{ from: distAssets(path.join('binaries', '${env.TARGET_TRIPLE}', 'openvpn')), to: '.' },
- { from: distAssets(path.join('binaries', '${env.TARGET_TRIPLE}', 'sslocal')), to: '.' },
{ from: distAssets('uninstall_macos.sh'), to: './uninstall.sh' },
{ from: distAssets('shell-completions/_mullvad'), to: '.' },
{ from: distAssets('shell-completions/mullvad.fish'), to: '.' },
@@ -140,7 +139,6 @@ const config = {
to: '.',
},
{ from: distAssets('binaries/x86_64-pc-windows-msvc/openvpn.exe'), to: '.' },
- { from: distAssets('binaries/x86_64-pc-windows-msvc/sslocal.exe'), to: '.' },
{ from: root('build/lib/x86_64-pc-windows-msvc/libwg.dll'), to: '.' },
{ from: distAssets('binaries/x86_64-pc-windows-msvc/wintun/wintun.dll'), to: '.' },
{
@@ -162,7 +160,6 @@ const config = {
{ from: distAssets('mullvad-setup'), to: '.' },
{ from: distAssets('libtalpid_openvpn_plugin.so'), to: '.' },
{ from: distAssets('binaries/x86_64-unknown-linux-gnu/openvpn'), to: '.' },
- { from: distAssets('binaries/x86_64-unknown-linux-gnu/sslocal'), to: '.' },
{ from: distAssets('linux/mullvad-daemon.conf'), to: '.' },
{ from: distAssets('linux/mullvad-daemon.service'), to: '.' },
],