chore(release): release tauri v1.2.1

This commit is contained in:
Soybean
2024-06-07 11:58:00 +08:00
parent 22004ff4dc
commit 1bd769f1c0
26 changed files with 3884 additions and 1 deletions

3
src-tauri/build.rs Normal file
View File

@@ -0,0 +1,3 @@
fn main() {
tauri_build::build()
}