diff options
| author | David Lönnhager <david.l@mullvad.net> | 2020-06-11 15:15:44 +0200 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2020-06-11 15:31:58 +0200 |
| commit | 540df9336c429cc174d2ae10b92bbb3ddda26130 (patch) | |
| tree | b2d1e13e2282180c1f670fd573ef03303a84c0b4 | |
| parent | 9742344ce30a135d2475d8231fe72bb45f06d155 (diff) | |
| download | mullvadvpn-540df9336c429cc174d2ae10b92bbb3ddda26130.tar.xz mullvadvpn-540df9336c429cc174d2ae10b92bbb3ddda26130.zip | |
Remove mullvad-specific string
| -rw-r--r-- | talpid-core/src/tunnel/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/talpid-core/src/tunnel/mod.rs b/talpid-core/src/tunnel/mod.rs index 3ad5469ac5..5ece67f847 100644 --- a/talpid-core/src/tunnel/mod.rs +++ b/talpid-core/src/tunnel/mod.rs @@ -190,7 +190,7 @@ impl TunnelMonitor { "openvpn.exe" } } - _ => "mullvad-daemon.exe", + _ => return std::env::current_exe().unwrap(), }; resource_dir.join(process_string) } |
