Fabian-Lars
Fabian-Lars
it's fine to lock it in Cargo.toml and commit it. not the first dependency we have to lock because of the 1.59 requirement :/
If it's not known at compile time you have to spawn the commands on the rust side, or use cmd.exe or similar as your command and your exe as an...
yep, same issue using the zip from above on ubuntu2204 on wsl, and fedora+gnome (both wayland and x11)
Thanks for contributing! I am not one of the main maintainers so take this with a grain of salt, but i've worked with events a while back and i _think_...
Ahh, i forgot. We already have a PR for what i just said: https://github.com/tauri-apps/tao/pull/517
No, and winit still doesn't support this. But we've changed the approach since then and started merging PRs that use platform specific apis even if winit doesn't support them yet.
Could you explain your question a bit more, maybe with some examples? I honestly have to idea what you're asking for - the english translation didn't make much sense to...
And try `cargo tauri build --verbose` to get a (hopefully) more helpful build error.
how the hell does it work fine with the verbose flag but not without it 😂
@roscoevanderboom the `resources` path is relative to the tauri.conf.json file. Also try manually restarting the CLI after changing the config and don't rely on the dev watcher to restart it.