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
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,4 +11,5 @@ OpenFusionClient rewrite with Tauri 2.0, Next.js and React.
11
11
Run `cargo tauri dev` to spawn the app. **Hot reload is on, so any changes you make will immediately reflect.**
12
12
13
13
## Production
14
-
TODO
14
+
Run `cargo tauri build` to build a production binary and any applicable installers or bundles for the current platform. Note that `cargo build --release` will not produce a useful binary as it does not embed the web pages into the application.
0 commit comments