Skip to content

Commit a028946

Browse files
igorgudeljclaude
andauthored
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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/electron/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"@vue/eslint-config-prettier": "^10.1.0",
8181
"cross-env": "^10.0.0",
8282
"electron": "^38.0.0",
83-
"electron-builder": "^25.1.8",
83+
"electron-builder": "^26.0.0",
8484
"electron-chromedriver": "^38.0.0",
8585
"electron-vite": "^4.0.0",
8686
"eslint": "^9.17.0",

0 commit comments

Comments
 (0)