Skip to content

Add new updater docs, config options, and app relaunch feature #112

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

WINBIGFOX
Copy link
Contributor

Expanded documentation for the auto-updater, including events, manual updates, and usage instructions. Introduced new configuration fields for app description and website. Added support for relaunching the application with the App::relaunch() method.

Expanded documentation for the auto-updater, including events, manual updates, and usage instructions. Introduced new configuration fields for app description and website. Added support for relaunching the application with the `App::relaunch()` method.
AutoUpdater::checkForUpdates();
```

**Note:** If an update is available, it will be downloaded automatically. Calling `AutoUpdater::checkForUpdates() twice
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Left a comment about this in the electron PR

Idea: could it be more flexible by splitting it up in checkForUpdates & download, where the first only checks, but does not download it automatically?

This way the dev has more control over behaviour. Just a thought, it's non-blocking

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants