Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
last one failed, attempt again
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmurdoch committed Sep 7, 2023
1 parent 2b52c16 commit 52672f6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,9 +189,11 @@
"files": [
"src/**/*",
"node_modules/**/*",
"static/node/**/*",
"package.json"
],
"extraResources": [
"static/node/**/*"
],
"win": {
"certificateSha1": "79989F27614B87B6527A53ACBE2276CEDEE902AE",
"icon": "static/icons/win/icon.ico",
Expand Down Expand Up @@ -227,7 +229,9 @@
"mac": {
"icon": "static/icons/mac/icon.icns",
"hardenedRuntime": true,
"sign": false,
"entitlements": "./build/dmg/entitlements.mac.inherit.plist",
"entitlementsInherit": "./build/dmg/entitlements.mac.inherit.plist",
"category": "public.app-category.developer-tools",
"notarize": {
"teamId": "48XVW22RCG"
Expand Down

0 comments on commit 52672f6

Please sign in to comment.