Fabian-Lars
Fabian-Lars
> I still want to ask if there is an existing convient way from tauri side to fix this? Nope. As you said, it's a limitation of nsis and wix...
Tracked upstream in https://github.com/tauri-apps/wry/issues/1142 / https://github.com/tauri-apps/wry/issues/1189 (PR exists already)
I assume we release new versions when Lucas and Amr are back from vacation next week.
Yeah, the rendering is the same. The only difference i can think of is that files are loaded differently. In dev it's your dev server and in build mode it's...
@acalatrava That command x not found error should be unrelated to this issue here. How did you register the commands (show us please :P ) and does it work on...
Hi, thanks for the request! Could you expand a bit on what you're asking for? Do you have some examples or docs or something?
> I feel it's better to use xdg-open of user environment than using it of build environment. This is not really how appimages work but i guess with the amount...
I'm away over the weekend so I can't link any sources (idk if they were public), but the main reason was that we actually got reports from users that did...
Hmm yeah, I wouldn't mind that. Do you have an implementation approach in mind? Just hardcode `/usr/bin/xdg-open`?
opened a pr earlier today, forgot to link this issue tho https://github.com/tauri-apps/plugins-workspace/pull/2103 for now it's just really simply trying to call `/usr/bin/xdg-open` on the system and not inside the appimage...