6 lines
71 B
Rust
6 lines
71 B
Rust
|
//! Build script for zebra-app
|
||
|
|
||
|
fn main() {
|
||
|
tauri_build::build()
|
||
|
}
|