Fabian-Lars
Fabian-Lars
like i said above, this config sadly only works when you run `tauri build` on ubuntu.
To be honest i am super confused, probably because i have no nix(os) experience. Are you saying that rust's `target/` folder is read-only in nixos? How can the app itself...
I think something (yourproxy?) is blocking the github download or just timing out. Can you try what's described here? https://github.com/tauri-apps/tauri/issues/2616 ? -> Download the [file](https://github.com/wixtoolset/wix3/releases/download/wix3112rtm/wix311-binaries.zip) yourself and extract it into...
yep, that's it. You can disable it by using workspace inheritance for the tauri dependency as a workaround. We should add a check for this though, i think we have...
> For the Tauri dep itself, e.g. tauri = { workspace = true }? yup Okay, the check would probably fail on line endings (or maybe we have that check...
https://github.com/tauri-apps/tauri/issues/8711#issuecomment-1917855313
maybe try the same with tauri-build 🤔
If you right click on the window does it show a context menu? If it does, can you open the devtools from there? Just trying to check if the WebView...
This is a bit concerning. And no messages in the terminal where you run `tauri dev` either?
As far as i know this is not native OS behavior, is it? (at least not on all 3, no idea about macOS specifically) Not 100% sure but that's what...