generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 153
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
Option to generatelatest-version.json
for Updater on release
#251
Comments
Probably relates to #108 |
mantou132
pushed a commit
to mantou132/tauri-action
that referenced
this issue
Jun 28, 2022
mantou132
pushed a commit
to mantou132/tauri-action
that referenced
this issue
Jun 28, 2022
mantou132
pushed a commit
to mantou132/tauri-action
that referenced
this issue
Jun 28, 2022
mantou132
pushed a commit
to mantou132/tauri-action
that referenced
this issue
Jun 28, 2022
mantou132
pushed a commit
to mantou132/tauri-action
that referenced
this issue
Jul 8, 2022
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi there, thanks for maintaining this!
The Updater can use static JSON files hosted on github to let clients check where to download new versions. This action can create artifacts and host them on github. It seems possible that this action could create the static JSON files that point to these artifacts, too.
Example output JSON:
Example
tauri.conf.json
:Is this already the case, and am I missing something, or is this a nice feature?
Seems pretty doable:
latest-version.json
in the root directory after creating the artifacts, and link to the download URLs of the artifacts.The text was updated successfully, but these errors were encountered: