Commit 018d5844 authored by Jeremy Bokobza's avatar Jeremy Bokobza

made artifact name OS specific

parent 81748e81
{
"appId": "com.stratisplatform.breeze",
"productName": "Breeze Wallet",
"artifactName": "${productName}.v${version}.setup.${os}.${arch}.${ext}",
"productName": "Breeze Wallet",
"mac": {
"category": "com.stratisplatform.breeze"
},
......@@ -11,14 +10,16 @@
},
"win": {
"icon": "dist/assets/images/breeze-logo",
"target": ["nsis"]
"target": ["nsis"],
"artifactName": "${productName}.v${version}.setup.${os}.${env.arch}.${ext}"
},
"linux": {
"target": [
"deb",
"tar.gz"
],
"category": "Utility"
"category": "Utility",
"artifactName": "${productName}.v${version}.setup.${os}.${arch}.${ext}"
},
"nsis": {
"oneClick": false,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment