Skip to content

Commit d77bd8d

Browse files
committed
Fix notarization config and add author
1 parent 0bc2a94 commit d77bd8d

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

electron-builder.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414
"entitlements": "entitlements.mac.plist",
1515
"entitlementsInherit": "entitlements.mac.plist",
1616
"hardenedRuntime": true,
17-
"notarize": {
18-
"teamId": "24MPFEY5BE"
19-
},
2017
"category": "public.app-category.productivity",
2118
"artifactName": "${productName}-mac-${arch}.${ext}",
2219
"target": [

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "redstring",
33
"private": true,
44
"version": "0.2.0",
5+
"author": "Grant Eubanks <grant.w.eubanks@gmail.com>",
56
"description": "Redstring Alpha - A semantic knowledge graph application with visual node-based interface, RDF integration, and AI-powered knowledge discovery",
67
"license": "MIT",
78
"type": "module",
@@ -124,4 +125,4 @@
124125
"vitest": "^3.1.1",
125126
"wait-on": "^9.0.3"
126127
}
127-
}
128+
}

0 commit comments

Comments
 (0)