update-electron-app
update-electron-app copied to clipboard
🌲 A drop-in module that adds autoUpdating capabilities to Electron apps
Hello, I publish my App in a private bucket. The reading of this bucket should be restricted by an technical IAM user that has read rights to this bucket. Unfortunately...
Hi there, it would be great if we could add documentation about how this handles draft releases and pre-releases on GitHub, i.e. will users automatically download and use those? I...
It is quite difficult to get a Windows code-signing certificate and rather expensive (~$80/month for CI/CD certificate). An optional parameter to disable the code-signed requirement would be nice for open-source...
Are there any events that auto updater sends that I can hook into? Something like `autoupdate.on('about-to-update', function(){ ... })`. **I'll explain the use case:** My electron app prevent the app...
The documentation mentions > For Windows, you'll need to build a .exe file and include it in your GitHub Release. But this doesn't seem to be sufficient. When I try...
Hello, This PR wraps the current code in a class to make more room for customizations and more features: - Get the current status of the update process ( `updateElectron.isActive`,...
> Windows apps have an update process that requires multiple application restarts. You can use the [electron-squirrel-startup](https://github.com/mongodb-js/electron-squirrel-startup) module to improve this behavior. Squirrel.Windows apps do not require multiple application restarts...
we have a private internal S3 compatible storage server. we got the error `baseUrl must be a valid HTTPS URL` Feature-Request: * add an option to bypass this check
Hello, how you merged the PR #105 I rewrite the PR #97 to avoid merge conflicts. I am unable to test the feature on windows or macos so if someone...
Currently the feed URL is constructed from [`process.arch`](https://github.com/electron/update-electron-app/blob/master/index.js#L39C68-L39C68) which doesn't offer any insight into how the app that's calling it is built. I'm not sure it's possible for the running...