We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thanks everyone for the software, it's fantastic!
I love the program but hate to update my programs, it's unfortunate
If you can't do it silently:
Direct download
Update
I know it is possible as tauri updater module does it with static JSON file in release files and using the latest tag endpoint for releases.
latest
I would like to help you but I don't know how to do it with C#. Maybe there is a library available?
A private signing key in github secrets would allow for signing and verify trusted source in release workflow.
The text was updated successfully, but these errors were encountered:
Sounds good. https://github.com/ravibpatel/AutoUpdater.NET might be an option. Currently an easier way to update would be using winget but it also requires manual steps.
Sorry, something went wrong.
No branches or pull requests
Preflight Checklist
Problem Description
Thanks everyone for the software, it's fantastic!
I love the program but hate to update my programs, it's unfortunate
Proposed Solution
Alternatives Considered
If you can't do it silently:
Direct download
button to latestUpdate
buttonAdditional Information
I know it is possible as tauri updater module does it with static JSON file in release files and using the
latest
tag endpoint for releases.I would like to help you but I don't know how to do it with C#. Maybe there is a library available?
A private signing key in github secrets would allow for signing and verify trusted source in release workflow.
The text was updated successfully, but these errors were encountered: