Commit eb2cee9
committed
fix: skip Windows code signing when WIN_CSC_LINK secret is absent
- Remove hardcoded certificateFile/certificatePassword from package.json win config
- Add publisherName: "NetCopilot" so electron-builder doesn't need to extract it from a cert
- electron-builder gracefully skips signing when WIN_CSC_LINK env var is empty1 parent 38c6994 commit eb2cee9
2 files changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
120 | | - | |
| 119 | + | |
121 | 120 | | |
122 | 121 | | |
123 | 122 | | |
| |||
0 commit comments