Skip to content

Commit

Permalink
Merge pull request #16 from ZIMkaRU/feature/add-hardened-runtime-to-m…
Browse files Browse the repository at this point in the history
…ac-config

Add hardened runtime to mac config
  • Loading branch information
davide-scola authored Jun 4, 2019
2 parents 0355343 + 2696e8c commit 20cb3a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"devDependencies": {
"ajv": "^6.5.1",
"electron": "2.0.18",
"electron-builder": "20.28.4",
"electron-builder": "20.42.0",
"electron-rebuild": "^1.8.2",
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
Expand Down Expand Up @@ -138,6 +138,7 @@
"publisherName": "Reporting tool"
},
"mac": {
"hardenedRuntime": true,
"artifactName": "${productName}-${version}-${arch}-${os}.${ext}",
"category": "public.app-category.productivity",
"target": [
Expand Down

0 comments on commit 20cb3a8

Please sign in to comment.