summaryrefslogtreecommitdiffhomepage
path: root/gui
diff options
context:
space:
mode:
authorDavid Lönnhager <david.l@mullvad.net>2022-04-05 12:56:08 +0200
committerDavid Lönnhager <david.l@mullvad.net>2022-04-05 12:56:08 +0200
commitbc883b92c6230fc1b3271a2a562426d1e8d43ef7 (patch)
treec539f495ca231fcfdb1da616fd2a0272bb56d8d1 /gui
parent59332378ec52e1899c173e22072ce14daf9153e8 (diff)
parentc1a4b8309aac43a33176887e0629283560c0e7f8 (diff)
downloadmullvadvpn-bc883b92c6230fc1b3271a2a562426d1e8d43ef7.tar.xz
mullvadvpn-bc883b92c6230fc1b3271a2a562426d1e8d43ef7.zip
Merge branch 'use-library-sslocal'
Diffstat (limited to 'gui')
-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: '.' },
],