You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: only set WIN_CSC_LINK env when cert secret is configured
Empty WIN_CSC_LINK causes electron-builder to resolve it as the workspace
root path, breaking the build. Now we only inject the signing env vars
when the secret is actually present, so unsigned builds skip signing cleanly.
0 commit comments