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

made artifact name OS specific

parent 81748e81
{ {
"appId": "com.stratisplatform.breeze", "appId": "com.stratisplatform.breeze",
"productName": "Breeze Wallet", "productName": "Breeze Wallet",
"artifactName": "${productName}.v${version}.setup.${os}.${arch}.${ext}",
"mac": { "mac": {
"category": "com.stratisplatform.breeze" "category": "com.stratisplatform.breeze"
}, },
...@@ -11,14 +10,16 @@ ...@@ -11,14 +10,16 @@
}, },
"win": { "win": {
"icon": "dist/assets/images/breeze-logo", "icon": "dist/assets/images/breeze-logo",
"target": ["nsis"] "target": ["nsis"],
"artifactName": "${productName}.v${version}.setup.${os}.${env.arch}.${ext}"
}, },
"linux": { "linux": {
"target": [ "target": [
"deb", "deb",
"tar.gz" "tar.gz"
], ],
"category": "Utility" "category": "Utility",
"artifactName": "${productName}.v${version}.setup.${os}.${arch}.${ext}"
}, },
"nsis": { "nsis": {
"oneClick": false, "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