-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature request] Skip Squirrel step #322
Comments
What do you want to get? Zip or just dir with exe? |
Related to #279 |
I want to get installers without zip for auto-update. |
Do you mean OS X or Windows? |
Both. Currently my workflow is:
I'm switching to use new electron-builder (hope, it will allow to simplify steps 1 and 2), and I would like to get exe and dmg without additional step of building squirrel zip because I'm using own auto-update instead of squirrel. |
Windows requires Squirrel, please see #279. I think, for you it is ok. Update zip is not created for Windows. OS X is OS X — no problem here, it is not *** Windows. Got your request, should be a way to disable zip archive generation. Linux — we can build deb. Yes, new version should simplify your build — if not, blame me and feel free to file any issue. |
I hope it is clear — you do not need to use electron-packager directly anymore. |
OS X: disable ZIP generation — set Windows: I think Squirrel is ok for you? |
Thank you! |
For apps that don't use Squirrel, that would be useful to completely skip Squirrel archives creation step at build. For example, by adding
autoUpdate: false
config option.The text was updated successfully, but these errors were encountered: