You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the current state of electrico - only few basic electron/node apis are implemented - it is unlikely your electron app will work out of the box with - though it might:)
Thus I did not include any packaging for various systems yet.
In order to try electrico on your machine you need to install rustup/rust: https://www.rust-lang.org/learn/get-started
I recommend using it with VSCode IDE https://code.visualstudio.com with all the nice rust extension installed - esp. rust analyzer.
You may use https://github.com/burtonageo/cargo-bundle to build an electrico app boundle for macos, windows or linux.
Electrico will look for the apps package.json in the Resources-Folder in the directory of the electrico executable.
I don't know about Cargo in Rust. The documentation only describes how to view it in a dev environment, but how to package it into an application?
The text was updated successfully, but these errors were encountered: