Its possible to generate an executable? #41
-
|
I just discovered this tool and it looks quite what I am looking for but in the editor there is no "export", "build" option to generate an executable. Am I missing something? |
Beta Was this translation helpful? Give feedback.
Answered by
markusmoenig
Sep 6, 2025
Replies: 1 comment
-
|
Hi, currently you need to compile the clients (in the clients directory), with the project file in the embedded directory, yourself using Rust. I will add a section how todo that on the Website soon. When we are closer to v1 we will introduce an automated way of building the executables to make things easier. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jamjr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, currently you need to compile the clients (in the clients directory), with the project file in the embedded directory, yourself using Rust. I will add a section how todo that on the Website soon. When we are closer to v1 we will introduce an automated way of building the executables to make things easier.