diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2021-05-04 10:44:49 +0200 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2021-05-10 10:04:24 +0200 |
| commit | 6e0c38ebf42bb732397d9ca1a1cbc7b041f9c5e6 (patch) | |
| tree | 521f31492172d5bff026c4e00f80d24a68b5ca3d | |
| parent | f0a0b57201a9a5867fa89dd690b76522e1d68033 (diff) | |
| download | mullvadvpn-6e0c38ebf42bb732397d9ca1a1cbc7b041f9c5e6.tar.xz mullvadvpn-6e0c38ebf42bb732397d9ca1a1cbc7b041f9c5e6.zip | |
Use macOS specific icon
| -rw-r--r-- | gui/tasks/distribution.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/tasks/distribution.js b/gui/tasks/distribution.js index 7270dbdfc6..bedeeb09eb 100644 --- a/gui/tasks/distribution.js +++ b/gui/tasks/distribution.js @@ -53,6 +53,7 @@ const config = { }, artifactName: 'MullvadVPN-${version}.${ext}', category: 'public.app-category.tools', + icon: distAssets('icon-macos.icns'), extendInfo: { LSUIElement: true, NSUserNotificationAlertStyle: 'alert', @@ -121,6 +122,7 @@ const config = { target: ['deb', 'rpm'], artifactName: 'MullvadVPN-${version}_${arch}.${ext}', category: 'Network', + icon: distAssets('icon.icns'), extraFiles: [{ from: distAssets('linux/mullvad-gui-launcher.sh'), to: '.' }], extraResources: [ { from: distAssets('mullvad-problem-report'), to: '.' }, |
