after move fixes

This commit is contained in:
2026-03-11 21:49:09 +07:00
parent cdca0a4e49
commit c765246d79
3 changed files with 5046 additions and 8 deletions
+4 -4
View File
@@ -1,8 +1,8 @@
const COMMANDS: &[&str] = &["ping"];
fn main() {
tauri_plugin::Builder::new(COMMANDS)
.android_path("android")
.ios_path("ios")
.build();
tauri_plugin::Builder::new(COMMANDS)
.android_path("android")
.ios_path("ios")
.build();
}