Unverified Commit 0e923483 authored by D3m0nKingx's avatar D3m0nKingx Committed by GitHub

Simply naming of package files

Easier reading/identifying of package/installation files based on common naming practice:

windows:       Breeze Wallet_v0.3.0_win64_setup.exe 
linux:             Breeze Wallet_v0.3.0-linux_amd64.deb
mac:               Breeze Wallet_v0.3.0_osx64.dmg
parent d5421aad
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
"target":[ "target":[
"nsis" "nsis"
], ],
"artifactName":"${productName}.v${version}.setup.${os}.${env.arch}.${ext}" "artifactName":"${productName}_v${version}_${os}${env.arch}_setup.${ext}"
}, },
"linux":{ "linux":{
"target":[ "target":[
...@@ -21,14 +21,14 @@ ...@@ -21,14 +21,14 @@
"synopsis":"Breeze Wallet: Stratis' dual-currency full block light wallet with a strong focus on privacy.", "synopsis":"Breeze Wallet: Stratis' dual-currency full block light wallet with a strong focus on privacy.",
"category":"Utility", "category":"Utility",
"icon":"dist/assets/images/icons", "icon":"dist/assets/images/icons",
"artifactName":"${productName}.v${version}.setup.${os}.${arch}.${ext}" "artifactName":"${productName}_v${version}-${os}_${arch}.${ext}"
}, },
"mac":{ "mac":{
"target":[ "target":[
"dmg" "dmg"
], ],
"category":"public.app-category.productivity", "category":"public.app-category.productivity",
"artifactName":"${productName}.v${version}.setup.${os}.${arch}.${ext}" "artifactName":"${productName}_v${version}_${os}${arch}.${ext}"
}, },
"nsis":{ "nsis":{
"oneClick":false, "oneClick":false,
...@@ -45,4 +45,4 @@ ...@@ -45,4 +45,4 @@
"extraResources":[ "extraResources":[
"daemon/**/*" "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