Hello,
Do you have any working example where :
- one or more executable are embed in the Tauri bundle
- and are called successfully when the app is installed as
.AppImage or .deb
So far I only got file not found or permission denied. While the executing the dx serve --hot-reload --platform desktop, the have the right sidecar tool called.
The stuff was already hard to configure in Tauri, yet it seems worst with Dioxus ...
more information from here :
Hello,
Do you have any working example where :
.AppImageor.debSo far I only got
file not foundorpermission denied. While the executing thedx serve --hot-reload --platform desktop, the have the right sidecar tool called.The stuff was already hard to configure in Tauri, yet it seems worst with Dioxus ...
more information from here :