Replies: 1 comment
-
Oh, just found my problem. If I run it with the feature |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
I want a application for different interfaces. So dependent on the flags which are set on
cargo build
I would like to have another tauri build. The main crate doesn't need tauri at all and in some cases it doesn't need tauri.Currently when I build the application with
cargo build
it will open tauri, but doesn't get the view. If I start a webserver on the configured socket, everything works ok. So the question is now, is it possible to pack this in the executable (or build my own bundler) and where to start for this task.The goal is to just have an executable which when compiled with tauri will start the application. I couldn't find any information about this or where to start. If you have any information that would be great.
Cheers
Beta Was this translation helpful? Give feedback.
All reactions