Skip to content

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

Closed Answered by amrbashir
ayangweb asked this question in Q&A
Discussion options

You must be logged in to vote

You will need to change the endpoint in your config to be something like this "https://ecopaste-updater.ayangweb.cn/api/update/{{current_version}}" which will be replaced by tauri updater with the current tauri app version, so your users will request updates from something like this https://ecopaste-updater.ayangweb.cn/api/update/0.1.0 and in your updater server, you can check this version and provide the necessary update as you see fit.

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
5 replies
@HuakunShen
Comment options

@HuakunShen
Comment options

@amrbashir
Comment options

@amrbashir
Comment options

@HuakunShen
Comment options

Answer selected by amrbashir
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
3 participants
Converted from issue

This discussion was converted from issue #11068 on September 20, 2024 01:06.