Now GUI and the app itself is divided into two different binaries. The app also provides system tray icon. Whereas the GUI can be used to configure the app.
4 lines
58 B
Rust
4 lines
58 B
Rust
fn main() {
|
|
// Tauri build
|
|
tauri_build::build()
|
|
}
|