tauri-apps/tauri

[feat][v1] How to support both beta and stable versions

Closed this issue ยท 0 comments

Describe the problem

Hey ๐Ÿ‘‹, what should I do if I want to make it so that users who have beta receiving turned on in v1 receive the beta version, and those who don't have it turned on receive only the stable version?

Describe the solution you'd like

Get Updates: https://github.com/ayangweb/EcoPaste-Updater/blob/master/api/update.ts

update config: https://github.com/EcoPasteHub/EcoPaste/blob/ba343b2fd836fb60430e39c03d86f21e8f61b730/src-tauri/tauri.conf.json#L118

If my current stable version is v0.1.0, but some users did not update to v0.1.0 in time before the release of v0.1.1-beta.1, then they can't receive the v0.1.0 update. How should I fix this issue please? Thanks!

Alternatives considered

No response

Additional context

No response