-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed
Labels
Description
Describe the problem
My app is built on the arm and x86 architectures of macOS, and I would like the application updates to return different download links based on CPU information.
Describe the solution you'd like
The CPU information can be passed through the request path or the headers.
It might be supported in https://github.com/tauri-apps/tauri/blob/next/core/tauri/src/updater/core.rs#L287
Alternatives considered
No response
Additional context
No response
Reactions are currently unavailable