Commit 2860d13
authored
fix: incompatible Windows sign tool in end user environment. (#6817)
* unify locate logic of windows signtool path
side-effect: accept env variable SIGNTOOL_PATH for end-user customization.
E.g. electron-builder bundle signtool.exe failed to sign in Windows 11 environment1 parent 8f57a90 commit 2860d13
File tree
2 files changed
+9
-5
lines changed- .changeset
- packages/app-builder-lib/src/codeSign
2 files changed
+9
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
149 | | - | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
150 | 152 | | |
151 | 153 | | |
152 | 154 | | |
153 | 155 | | |
154 | 156 | | |
155 | | - | |
156 | 157 | | |
157 | 158 | | |
158 | 159 | | |
159 | | - | |
160 | | - | |
161 | 160 | | |
162 | 161 | | |
163 | 162 | | |
| |||
0 commit comments