feat(updater): separate intel and apple silicon targets, closes #3359#3739
feat(updater): separate intel and apple silicon targets, closes #3359#3739lucasfernog merged 5 commits intodevfrom
Conversation
|
I think this solution doesn't scale well, think about windows on ARM for example. If it has to be s breaking change (which I also think it has to) then let's make it a proper 3rd parameter to the URL. |
|
As said on discord i agree with jonas. |
|
I propose we create two new variables that can optionally be present in the URL: Those variables are replaced by their equivalent While we're at it we can also consider exposing |
|
Looking good 👍🏻 |
core/tauri/src/app.rs
Outdated
|
|
||
| /// Sets the current platform's target name for the updater. | ||
| /// | ||
| /// By default Tauri looks for one of `linux`, `win32`, `win64`, `darwin-silicon` or `darwin-intel` |
There was a problem hiding this comment.
I think this is not up to date anymore correct?
There was a problem hiding this comment.
oops didn't see this one, thanks
What kind of change does this PR introduce?
Does this PR introduce a breaking change?
Checklist
fix: remove a typo, closes #___, #___)Other information