diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2018-07-12 16:27:16 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2018-07-15 22:06:27 +0200 |
| commit | f926800f888d7d802a40daa3e01901fc0abd1e67 (patch) | |
| tree | aa95b6bb535b8b334591e6bc1c1facf5344c3bf3 /electron-builder.yml | |
| parent | 4a67d14adcc56d96c45ffacb474371121961148d (diff) | |
| download | mullvadvpn-f926800f888d7d802a40daa3e01901fc0abd1e67.tar.xz mullvadvpn-f926800f888d7d802a40daa3e01901fc0abd1e67.zip | |
Update to the latest electron-builder and enable DLL signing
See:
- https://github.com/electron-userland/electron-builder/issues/3101#issuecomment-404212384
- https://www.electron.build/configuration/win/
Diffstat (limited to 'electron-builder.yml')
| -rw-r--r-- | electron-builder.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/electron-builder.yml b/electron-builder.yml index a366a25ef8..02f612bf28 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -66,6 +66,7 @@ win: arch: - x64 artifactName: MullvadVPN-${version}.${ext} + signDlls: true extraResources: - from: ./target/release/mullvad.exe to: . |
