Fabian-Lars
Fabian-Lars
Oh! Nice finding! Can you check in the system permissions settings if you disabled Notifications for the Terminal application?
For those having issues in development. First of all, please make sure that the Terminal has Notification permissions in the OS settings If that doesn't help, please try the api-example...
I think this is a duplicate of https://github.com/tauri-apps/tauri/issues/10631 - can you check if [this suggestion](https://github.com/tauri-apps/tauri/issues/10631#issuecomment-2885363951) works?
i guess it's not that bad of a problem if ya'll ignore my comment?
can you share your tauri-action config? And maybe also the list of uploaded assets 🤔 Were you able to find the matching .sig file (that was used in latest.json)?
`updaterJsonKeepUniversal` is a bit suspicious here, if this is set then darwin-aarch64 and darwin-x86_64 will not be updated with the universal build anymore. If latest.json still contains those 2 fields...
okay no, something is broken. If i first run the ci without the config, then re-run it with the config (targeting the same release), something breaks. If i run it...
Seems like leaving rpath unchanged completely is not possible: https://github.com/linuxdeploy/linuxdeploy/issues/149 according to that issue and the linked pr, it won't touch the rpath if it's already a custom path but...
i'm pretty sure that i've seen a few --onefile apps used as sidecars (in appimages) in the years i've been here but then again i don't really trust my brain...
> Is this kind of use not supported? It's indeed not a use-case we considered yet for this plugin. But even for tauri apps this is something we need to...