build.rs 88 B

1234
  1. fn main() {
  2. tauri_build::CodegenContext::default().build();
  3. tauri_build::build();
  4. }