Skip to content

Commit

Permalink
feat: Shorter binary file names
Browse files Browse the repository at this point in the history
  • Loading branch information
ashchan committed Nov 11, 2019
1 parent e27bfb4 commit 337790d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/neuron-wallet/electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,11 @@ nsis:

dmg:
sign: false
artifactName: "${productName}-v${version}.${ext}"

win:
verifyUpdateCodeSignature: false
artifactName: "${productName}-v${version}-${os}-${arch}-installer.${ext}"
artifactName: "${productName}-v${version}-setup.${ext}"
icon: assets/icons/icon.ico
target:
- target: nsis
Expand All @@ -64,7 +65,7 @@ mac:
- zip

linux:
artifactName: "${productName}-v${version}-${os}-${arch}.${ext}"
artifactName: "${productName}-v${version}-${arch}.${ext}"
category: Finance
icon: assets/icons/
target:
Expand Down

0 comments on commit 337790d

Please sign in to comment.