temp removing code sign config

This commit is contained in:
Andrew Gundersen 2022-05-18 08:12:19 -05:00
commit 95fbf17f3b

View file

@ -25,19 +25,7 @@
},
"config": {
"forge": {
"packagerConfig": {
"osxSign": {
"identity": "Developer ID Application: Felix Rieseberg (LT94ZKYDCJ)",
"hardened-runtime": true,
"entitlements": "entitlements.plist",
"entitlements-inherit": "entitlements.plist",
"signature-flags": "library"
},
"osxNotarize": {
"appleId": "felix@felix.fun",
"appleIdPassword": "my-apple-id-password",
}
},
"packagerConfig": {},
"makers": [
{
"name": "@electron-forge/maker-squirrel",