Commit a028946
Bump electron-builder to ^26.0.0 to fix Azure signing with spaces in path (#86)
Azure Trusted Signing fails when the project path contains spaces
(e.g. C:\Users\John Doe\project). The -Files parameter passed to
Invoke-TrustedSigning was not quoted, causing PowerShell to split
the path at the space.
This was fixed upstream in electron-builder#8606 (commit a0e635c),
released in app-builder-lib v26.0.0.
Co-authored-by: Igor Gudelj <igorgudelj@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent ff07152 commit a028946
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
0 commit comments