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
I'm trying to follow the guide for the plain-javascript example, the project is working fine if done through npm run tauri dev but when building the project npm run tauri build, then installing it in the same machine I did the npm run tauri dev on, it does not launch at all, I have not changed anything in cargo.toml, so it should be running on RustPython. Also, is it possible to use pyinstaller to bundle the python code as an exe so the user does not need to install python on his machine?