Fabian-Lars

Results 1354 comments of Fabian-Lars

well, it works on x86 too, just not on Catalina apparently :/ (i can repro it in my vm) in v2 it should probably work since the carbon framework will...

So, i got this report from 3 people (unless one of you also talked with me about it on discord) and i tried to reproduce it on 10 machines in...

@thewh1teagle Can you open a new issue or discussion for this? Your error seems to be different. Also please include this file in that issue/discussion `"C:\msys64\home\User\vibe\target\release\build\vibe-desktop-fc91fca7c7de9867\out\resource.rc"` (the random string may...

hi, does right clicking on the window open the context menu? (Trying to find out whether the whole webview process crashed) Also, can you delete the `~/.cache/tauri` folder and build...

Hmm, i assume the issue is because they may have upgraded the minimal browser versions (for dev mode at least). The webview in macOS 10.15 is basically Safari 13. I...

Can you check if it works if you use `sh` as the command binary instead of echo directly?

Change cmd in tauri.conf to `"sh"` and the args from `path` to `["-c", "'echo $ANDROID_HOME'"` (note that the second arg is in 2 sets of quotes, one for the rust...

422mb sounds like a debug build? try a release build instead, it should be 30 - 50mb. But no, we still didn't work on this and it probably won't make...

The Solution section sounds pretty much like https://github.com/tauri-apps/tauri/issues/5302 to me. Do you agree? If so i'd close this as a duplicate but at least we have something more specific to...

Yeah so symlinks aren't really a thing here. There is no actual filesystem or network involved when serving the frontend files (distDir), it's all stored inside the binary and loaded...