Skip to content

Commit 337790d

Browse files
committed
feat: Shorter binary file names
1 parent e27bfb4 commit 337790d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

packages/neuron-wallet/electron-builder.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,11 @@ nsis:
4040

4141
dmg:
4242
sign: false
43+
artifactName: "${productName}-v${version}.${ext}"
4344

4445
win:
4546
verifyUpdateCodeSignature: false
46-
artifactName: "${productName}-v${version}-${os}-${arch}-installer.${ext}"
47+
artifactName: "${productName}-v${version}-setup.${ext}"
4748
icon: assets/icons/icon.ico
4849
target:
4950
- target: nsis
@@ -64,7 +65,7 @@ mac:
6465
- zip
6566

6667
linux:
67-
artifactName: "${productName}-v${version}-${os}-${arch}.${ext}"
68+
artifactName: "${productName}-v${version}-${arch}.${ext}"
6869
category: Finance
6970
icon: assets/icons/
7071
target:

0 commit comments

Comments
 (0)