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
Rust can target many platforms and as previously mentioned in other issues using git and cargo can be too much for non technical people. We should add a windows executable to the releases page so its easier for the layman to use this code.
The text was updated successfully, but these errors were encountered:
I generated a .exe on ubuntu 24 by running the following commands sudo apt install mingw-w64 rustup target add x86_64-pc-windows-gnu cargo build --target x86_64-pc-windows-gnu
Rust can target many platforms and as previously mentioned in other issues using git and cargo can be too much for non technical people. We should add a windows executable to the releases page so its easier for the layman to use this code.
The text was updated successfully, but these errors were encountered: