Skip to content

Commit 20cb3a8

Browse files
authored
Merge pull request #16 from ZIMkaRU/feature/add-hardened-runtime-to-mac-config
Add hardened runtime to mac config
2 parents 0355343 + 2696e8c commit 20cb3a8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"devDependencies": {
1616
"ajv": "^6.5.1",
1717
"electron": "2.0.18",
18-
"electron-builder": "20.28.4",
18+
"electron-builder": "20.42.0",
1919
"electron-rebuild": "^1.8.2",
2020
"eslint": "^4.19.1",
2121
"eslint-config-standard": "^11.0.0",
@@ -138,6 +138,7 @@
138138
"publisherName": "Reporting tool"
139139
},
140140
"mac": {
141+
"hardenedRuntime": true,
141142
"artifactName": "${productName}-${version}-${arch}-${os}.${ext}",
142143
"category": "public.app-category.productivity",
143144
"target": [

0 commit comments

Comments
 (0)