electron / forge

:electron: A complete tool for building and publishing Electron applications
https://electronforge.io
MIT License
6.49k stars 516 forks source link

[5.x] Windows zip builds are always broken #670

Closed pimterry closed 5 years ago

pimterry commented 5 years ago

Please describe your issue:

When building the zip make target for Windows, the resulting build is never usable. Squirrel installers still seem to work fine.

See full project here for an example: https://github.com/httptoolkit/httptoolkit-desktop.

This happens because:

malept commented 5 years ago

This should be fixed in Forge 6.x, where cross-zip is used instead of zip-folder.

I don't have any plans for fixing this in the 5.x series, because I don't have the capability to test extensively for regressions when switching zip implementations on all platforms.

pimterry commented 5 years ago

Fair enough, I'm happy to roll forward if I can.

Is v6 stable, or does it have a schedule for it will be? Are there docs anywhere I can use on how to upgrade?

malept commented 5 years ago

There is no schedule, but there is a tracking issue: https://github.com/electron-userland/electron-forge/issues/621

I need to make a new release with the simple 5.x importer and then write some docs on how to upgrade when you're using an external config file.

pimterry commented 5 years ago

Great, thanks, I'll keep an eye on those.