Skip to content
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: Auto Update #201

Open
BlowaterNostr opened this issue Jun 3, 2024 · 3 comments
Open

Feature Request: Auto Update #201

BlowaterNostr opened this issue Jun 3, 2024 · 3 comments

Comments

@BlowaterNostr
Copy link

Tauri 2.0 does not have an auto update tutorial yet. Do you plan to have auto update or at least update detection and then pop up a UI that links to the download page of the new version?

That been said, nice work!

@reyamir
Copy link
Collaborator

reyamir commented Jun 3, 2024

Hi, Lume already have update checker on startup, and it will show a popup to ask user install new update if there are new updates available

await checkForAppUpdates(true); // check for app updates

@reyamir
Copy link
Collaborator

reyamir commented Jun 3, 2024

But Settings Screen is missing Update section, I will add it in the next version

@reyamir
Copy link
Collaborator

reyamir commented Jun 3, 2024

Hi, Lume already have update checker on startup, and it will show a popup to ask user install new update if there are new updates available

await checkForAppUpdates(true); // check for app updates

This is temporary method, I want to put it in backend side, so user can receive update notification without keep main app open (just tray app)

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

No branches or pull requests

2 participants