temp removing code sign config
This commit is contained in:
parent
50ed94e647
commit
95fbf17f3b
1 changed files with 1 additions and 13 deletions
14
package.json
14
package.json
|
|
@ -25,19 +25,7 @@
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
"forge": {
|
"forge": {
|
||||||
"packagerConfig": {
|
"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",
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"makers": [
|
"makers": [
|
||||||
{
|
{
|
||||||
"name": "@electron-forge/maker-squirrel",
|
"name": "@electron-forge/maker-squirrel",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue