Commit d489228
committed
fix: Disable code signing for builds
- Set identity to null in electron-builder config
- Remove all Apple signing environment variables from workflow
- Set hardenedRuntime to false
- Add CSC_IDENTITY_AUTO_DISCOVERY=false to prevent auto-signing
- Remove notarization preparation step
This ensures builds can complete without requiring signing certificates.1 parent c707172 commit d489228
2 files changed
Lines changed: 3 additions & 20 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | 85 | | |
94 | 86 | | |
95 | 87 | | |
| |||
100 | 92 | | |
101 | 93 | | |
102 | 94 | | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | 95 | | |
107 | 96 | | |
108 | 97 | | |
| |||
122 | 111 | | |
123 | 112 | | |
124 | 113 | | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
| 114 | + | |
133 | 115 | | |
134 | 116 | | |
135 | 117 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
| |||
0 commit comments