-
Notifications
You must be signed in to change notification settings - Fork 813
docs(features): update updater page #1968
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
docs(features): update updater page #1968
Conversation
✅ Deploy Preview for tauri-docs-starlight ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
FabianLars
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One thing i don't know where to add is a note about that you have to choose between msi and nsis for the updater to work correctly. maybe also showing how?
(maybe also adding a note somewhere that you can update from msi to nsis if nsis is and stays in perMachine mode idk)
Co-authored-by: Fabian-Lars <[email protected]>
Co-authored-by: Fabian-Lars <[email protected]>
Co-authored-by: Fabian-Lars <[email protected]>
Co-authored-by: Fabian-Lars <[email protected]>
Co-authored-by: Fabian-Lars <[email protected]>
Do you have any reference or discussion or example (maybe?) about this? The server side needs to return only one of the bundler (.nsis or .msi)? |
Hmm, not really no. Basically the problem here is that if a user installed the app via the nsis exe then the updater artifact must also be the nsis exe (==the zip with it inside). Same for the .msi The updater however only differentiates between the OS and arch, but not the package type, and there's currently no easy way to know how an app was installed either so devs can't really polyfill this themselves. |
Thanks for the explanation! I think I'll add this as a note to the |

What kind of changes does this PR include?
features/updaterpageDescription
features/updaterpage