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(build): name Etienne Lescot as the Windows publisher
Windows listed the installed app's publisher as the original creator.
electron-builder derives it from package.json `author.name` only
(appInfo.companyName -> NSIS COMPANY_NAME), so that is the field that
had to change; there is no win.publisherName override in electron-builder
26. Siddharth Vaddem moves to `contributors`; README and LICENSE keep
crediting him as the original creator.
The appx target was already correct via its own publisherDisplayName.