Unverified Commit fc873b31 authored by Jeremy Bokobza's avatar Jeremy Bokobza Committed by GitHub

Merge pull request #377 from D3m0nKingx/patch-2

Change naming of package files
parents d5421aad 60449e50
......@@ -11,7 +11,7 @@
"target":[
"nsis"
],
"artifactName":"${productName}.v${version}.setup.${os}.${env.arch}.${ext}"
"artifactName":"${productName}-v${version}-setup-${os}-${env.arch}.${ext}"
},
"linux":{
"target":[
......@@ -21,14 +21,14 @@
"synopsis":"Breeze Wallet: Stratis' dual-currency full block light wallet with a strong focus on privacy.",
"category":"Utility",
"icon":"dist/assets/images/icons",
"artifactName":"${productName}.v${version}.setup.${os}.${arch}.${ext}"
"artifactName":"${productName}-v${version}-${os}-${arch}.${ext}"
},
"mac":{
"target":[
"dmg"
],
"category":"public.app-category.productivity",
"artifactName":"${productName}.v${version}.setup.${os}.${arch}.${ext}"
"artifactName":"${productName}-v${version}-${os}-${arch}.${ext}"
},
"nsis":{
"oneClick":false,
......@@ -45,4 +45,4 @@
"extraResources":[
"daemon/**/*"
]
}
\ No newline at end of file
}
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