Fabian-Lars
Fabian-Lars
Thanks for looking into it! I _highly_ doubt that the name is the issue though, the updater shouldn't actually care/know about it. Also `tauri-action` which is pretty widely used, changes...
> Do you have an example of the tauri-action updating the updater name? It automatically adds the arch [here](https://github.com/tauri-apps/tauri-action/blob/dev/src/utils.ts#L38) so that the x64 and arm artifacts don't overwrite each other....
> If you don't use a [tauri-action](https://github.com/tauri-apps/tauri-action) and just use the [tauri build](https://github.com/tauri-apps/tauri/blob/076e1a81a50468e3dfb34ae9ca7e77c5e1758daa/examples/resources/README.md?plain=1#L41), I think that's where we might see the discrepancy? Like i said, i saw both working somewhat...
a middle ground could be to add a way to extend the scope on the rust side similar to how it's possible for the fs/asset scopes
@learncodingforweb webrtc is not available in webkitgtk yet: https://github.com/tauri-apps/tauri/issues/5370 / https://github.com/tauri-apps/wry/issues/85 and therefore your issue is unrelated to this one :)
This was added to Tao in January: https://github.com/tauri-apps/tao/pull/666. Since this was released in tao 0.15.9/0.16.0 (tauri 1.x is locked to 0.16) this could be added in a potential 1.4 release...
Upstream issue: https://github.com/tauri-apps/tao/issues/138
For visibility, cross-linking the comment about why there is no macos support yet (it's what you said in your last sentence): https://github.com/tauri-apps/tauri/issues/5551#issuecomment-1304348684 > Does the tauri team have any thoughts...
(thanks for the really extensive report!!) I feel like this could be the same issue as https://github.com/tauri-apps/tauri/issues/6924 🤔
what do you think about moving the lto (and the new stuff you added in the js api) into a custom profile that inherits the release profile so that we...