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: add warning to macCodeSign when skipping code signing on M1 macOS device (#6522)
On M1 macOS laptop, If you skip code signing, it will cause your bundled macOS app not to work as expected. e.g.
- The macOS localization description will not visible in the request permission action.
- The macOS request permission grant notify will trigger multiple times
logFields.reason+=`cannot find valid "${certificateTypes.join(", ")}" identity${isMas ? "" : ` or custom non-Apple code signing certificate, it could cause some undefined behaviour, e.g. macOS localized description not visible`}`
71
71
}
72
72
logFields.reason+=", see https://electron.build/code-signing"
0 commit comments