diff options
| author | Markus Pettersson <markus.pettersson@mullvad.net> | 2025-01-10 14:33:46 +0100 |
|---|---|---|
| committer | Markus Pettersson <markus.pettersson@mullvad.net> | 2025-01-10 14:34:09 +0100 |
| commit | d3422e3e39b11406351367f1b48737be3a4f0eec (patch) | |
| tree | 803eb62e3a5424f9d191e21ec4699658e975ac25 | |
| parent | b583cb8d8ce7df31e9e3d6e075d49bfd5b334b86 (diff) | |
| download | mullvadvpn-d3422e3e39b11406351367f1b48737be3a4f0eec.tar.xz mullvadvpn-d3422e3e39b11406351367f1b48737be3a4f0eec.zip | |
Enable the `signAndEditExecutable` electron-builder option
Sign installer & add metadata to the produced binary / app installer.
Without this option enabled, the electron app was missing the Mullvad
app icon. This option was disabled by accident, and the default value is
also true.
| -rw-r--r-- | desktop/packages/mullvad-vpn/tasks/distribution.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/desktop/packages/mullvad-vpn/tasks/distribution.js b/desktop/packages/mullvad-vpn/tasks/distribution.js index 48f5b79f33..d05fdd4a69 100644 --- a/desktop/packages/mullvad-vpn/tasks/distribution.js +++ b/desktop/packages/mullvad-vpn/tasks/distribution.js @@ -133,7 +133,6 @@ function newConfig() { win: { target: [], - signAndEditExecutable: false, artifactName: 'MullvadVPN-${version}_${arch}.${ext}', publisherName: 'Mullvad VPN AB', extraResources: [ |
