fix(updater): fix headers option in Updater.download (#2757)

This commit is contained in:
Tony
2025-06-10 19:48:17 +08:00
committed by GitHub
parent ff19affa7b
commit 73ff15de5d
3 changed files with 19 additions and 4 deletions
+6
View File
@@ -0,0 +1,6 @@
---
"updater": patch
"updater-js": patch
---
Fix headers option in `Update.download` and `Update.downloadAndInstall` doesn't work with `Record<string, string> | Headers` types