mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-22 10:11:32 +03:00
5 lines
88 B
Rust
5 lines
88 B
Rust
|
fn main() {
|
||
|
tauri_build::CodegenContext::default().build();
|
||
|
tauri_build::build();
|
||
|
}
|