electron-userland / electron-builder-binaries

177 stars 61 forks source link

feat: Update squirrel windows to 2.0.1 #55

Closed beyondkmp closed 3 months ago

beyondkmp commented 3 months ago
  1. support window arm
  2. fix some bugs

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 to squirrel.exe. Therefore, after this integration, you need to update the corresponding name in electron-builder/electron-builder-squirrel-windows.

beyondkmp commented 3 months ago

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?