There was an error while loading. Please reload this page.
1 parent e27bfb4 commit 337790dCopy full SHA for 337790d
1 file changed
packages/neuron-wallet/electron-builder.yml
@@ -40,10 +40,11 @@ nsis:
40
41
dmg:
42
sign: false
43
+ artifactName: "${productName}-v${version}.${ext}"
44
45
win:
46
verifyUpdateCodeSignature: false
- artifactName: "${productName}-v${version}-${os}-${arch}-installer.${ext}"
47
+ artifactName: "${productName}-v${version}-setup.${ext}"
48
icon: assets/icons/icon.ico
49
target:
50
- target: nsis
@@ -64,7 +65,7 @@ mac:
64
65
- zip
66
67
linux:
- artifactName: "${productName}-v${version}-${os}-${arch}.${ext}"
68
+ artifactName: "${productName}-v${version}-${arch}.${ext}"
69
category: Finance
70
icon: assets/icons/
71
0 commit comments