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",
...@@ -12,27 +11,33 @@ ...@@ -12,27 +11,33 @@
"win": { "win": {
"icon": "dist/assets/images/icon", "icon": "dist/assets/images/icon",
"target": ["nsis"], "target": ["nsis"],
"artifactName": "${productName}.v${version}.setup.${os}.${env.arch}.${ext}" "artifactName": "${productName}.v${version}.setup.${os}.${env.arch}.${ext}"
}, },
"linux": { "linux": {
"target": [ "target": [
"deb", "deb",
"tar.gz" "tar.gz"
], ],
"category": "Utility", "synopsis": "Breeze Wallet Graphical User Interface",
"artifactName": "${productName}.v${version}.setup.${os}.${arch}.${ext}" "category": "Utility",
"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,
"allowToChangeInstallationDirectory": true, "allowToChangeInstallationDirectory": true,
"deleteAppDataOnUninstall": true, "deleteAppDataOnUninstall": true,
"guid": "ed20df62-ff5a-4b83-a5e3-a361357c6e51", "guid": "ed20df62-ff5a-4b83-a5e3-a361357c6e51",
"createDesktopShortcut": true, "createDesktopShortcut": true,
"createStartMenuShortcut": true "createStartMenuShortcut": true
}, },
"msi": { "msi": {
"warningsAsErrors": false "warningsAsErrors": false
}, },
"extraResources": ["daemon/**/*"] "extraResources": ["daemon/**/*"]
} }
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