Unverified Commit 1f57e98e authored by D3m0nKingx's avatar D3m0nKingx Committed by GitHub

Fix mac/linux config and style cleanup

parent d9885e69
{ {
"appId": "com.stratisplatform.breeze", "appId": "com.stratisplatform.breeze",
"productName": "Breeze Wallet", "productName": "Breeze Wallet",
"mac": {
"category": "com.stratisplatform.breeze"
}, },
"directories": { "directories": {
"app": "dist", "app": "dist",
...@@ -19,9 +18,15 @@ ...@@ -19,9 +18,15 @@
"deb", "deb",
"tar.gz" "tar.gz"
], ],
"synopsis": "Breeze Wallet Graphical User Interface",
"category": "Utility", "category": "Utility",
"artifactName": "${productName}.v${version}.setup.${os}.${arch}.${ext}" "artifactName": "${productName}.v${version}.setup.${os}.${arch}.${ext}"
}, },
"mac": {
"target": ["dmg"],
"category": "public.app-category.productivity",
"artifactName": "${productName}.v${version}.setup.${os}.${arch}.${ext}"
},
"nsis": { "nsis": {
"oneClick": false, "oneClick": false,
"perMachine": true, "perMachine": true,
......
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