-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update electron-builder to the latest version 🚀 #120
base: master
Are you sure you want to change the base?
Conversation
Version 20.26.1 just got published.Update to this version instead 🚀 Release Notes20.26.1electron-updater 3.1.1 pre-release. Since this release electron-updater compatibility is set to Bug Fixes
Features |
Version 20.27.1 just got published. |
Version 20.28.1 just got published. |
Version 20.28.2 just got published. |
Version 20.28.3 just got published. |
Version 20.28.4 just got published. |
Update to this version instead 🚀 Release Notes for 20.29.0electron-updater 3.2.4 pre-release. Bug Fixes |
|
|
|
Update to this version instead 🚀 Release Notes for 20.34.0electron-updater 3.2.3 release. Bug Fixes
Features |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚 Find out how to migrate to Snyk at greenkeeper.io
|
🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚 Find out how to migrate to Snyk at greenkeeper.io
|
Version 20.26.0 of electron-builder was just published.
The version 20.26.0 is not covered by your current version range.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
It might be worth looking into these changes and trying to get this project onto the latest version of electron-builder.
If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.
Release Notes
20.26.0Major bug fixed for AppImage. To ensure that your application windows have correct task bar icon,
StartupWMClass
should be set for some Linux distros. For example, app icon is correctly displayed on Ubuntu 16, but not icon on Ubuntu 18.Now, since electron-builder
20.26.0
,StartupWMClass
is correctly set.What you should do: just upgrade electron-builder to
20.26.0
and your app icon will be correctly displayed on Ubuntu 18.Please note — Electron uses product name as
WM_CLASS
but non-ASCII symbols doesn't work. It means that if your product name isß app
, icon will be not set for app windows because ofß
symbol. Workaround: do not setproductName
in the root ofpackage.json
, move it tobuild
(to electron-builder config). Or always working solution.Features
FAQ and help
There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper bot 🌴