Modify updater endpoint by ts/js? #13769
Replies: 1 comment 1 reply
-
There's no JS-only solution. You'll have to call into the rust side (via events or commands) and assuming you mean the endpoint that's used to check for updates use https://docs.rs/tauri-plugin-updater/latest/tauri_plugin_updater/trait.UpdaterExt.html#tymethod.updater_builder -> https://docs.rs/tauri-plugin-updater/latest/tauri_plugin_updater/struct.UpdaterBuilder.html#method.endpoints |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
hi.
I want a user-provided value to be passed to the updater endpoint.
My program has a base url that needs user input, and other api addresses are automatically spliced. Including the endpoint of automatic update.
Is there any way to do this
#4619
Beta Was this translation helpful? Give feedback.
All reactions