In the new version, update.exe has been renamed to squirrel.exe. Therefore, after this integration, you need to update the corresponding name in electron-builder/electron-builder-squirrel-windows.
I have a suggestion: instead of writing our own electron-builder-squirrel-windows, why don't we use this one: electron/windows-installer? What do you think?
These files were copied from this PR(https://github.com/electron/windows-installer/pull/369) and have been verified.
In the new version,
update.exe
has been renamed tosquirrel.exe
. Therefore, after this integration, you need to update the corresponding name inelectron-builder/electron-builder-squirrel-windows
.