diff options
| author | Odd Stranne <odd@mullvad.net> | 2018-04-03 15:38:58 +0200 |
|---|---|---|
| committer | Odd Stranne <odd@mullvad.net> | 2018-04-06 12:06:32 +0200 |
| commit | fe17874c9c5a36823e27f1752361d02ce023669f (patch) | |
| tree | bcc99ae8e77de9578752b10dd6c8dfe3aef36b9a | |
| parent | 54233097560329e372aa69219b70646bdb65816a (diff) | |
| download | mullvadvpn-fe17874c9c5a36823e27f1752361d02ce023669f.tar.xz mullvadvpn-fe17874c9c5a36823e27f1752361d02ce023669f.zip | |
Use proper formatting of product name
(cherry picked from commit f45d7f8778f8222f574239d3bf2f56f75995e56a)
| -rw-r--r-- | electron-builder.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/electron-builder.yml b/electron-builder.yml index 1b237531f3..38b4636d4d 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -1,6 +1,6 @@ appId: net.mullvad.vpn copyright: Amagicom AB -productName: MullvadVPN +productName: Mullvad VPN asar: true compression: maximum @@ -40,7 +40,7 @@ dmg: mac: target: - dmg - artifactName: ${productName}-${version}.${ext} + artifactName: MullvadVPN-${version}.${ext} category: public.app-category.tools extendInfo: LSUIElement: true @@ -59,7 +59,7 @@ mac: win: target: - nsis - artifactName: ${productName}-${version}.${ext} + artifactName: MullvadVPN-${version}.${ext} extraResources: - from: ./target/release/mullvad.exe to: . @@ -73,7 +73,7 @@ win: linux: target: - deb - artifactName: ${productName}-${version}_${arch}.${ext} + artifactName: MullvadVPN-${version}_${arch}.${ext} extraResources: - from: ./target/release/mullvad to: . |
