feat(updater): add configure_client to UpdaterBuilder (#2430)

This commit is contained in:
Guilherme Oenning
2025-03-09 01:53:16 +00:00
committed by GitHub
parent ac60d589ec
commit faefcc9fd8
2 changed files with 34 additions and 0 deletions
@@ -0,0 +1,6 @@
---
"updater": minor
"updater-js": minor
---
Add `UpdaterBuilder::configure_client` method on Rust side, to configure the `reqwest` client used to check and download the update.