diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2018-02-22 19:40:39 +0100 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2018-02-22 19:40:39 +0100 |
| commit | 895e0a7db201b7f430fca60cf11b2ef108819dc3 (patch) | |
| tree | 195ae011467c4ef9620271db81bfefbcc081af38 | |
| parent | 9d9b440719f546e2eae52ec1424780c0cf5babc0 (diff) | |
| download | mullvadvpn-895e0a7db201b7f430fca60cf11b2ef108819dc3.tar.xz mullvadvpn-895e0a7db201b7f430fca60cf11b2ef108819dc3.zip | |
Fix the path to talpid_openvpn_plugin
| -rw-r--r-- | electron-builder.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/electron-builder.yml b/electron-builder.yml index b4053a8d4d..1b237531f3 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -67,7 +67,7 @@ win: to: . - from: ./target/release/mullvad-daemon.exe to: . - - from: ./target/release/libtalpid_openvpn_plugin.dll + - from: ./target/release/talpid_openvpn_plugin.dll to: . linux: |
