fix: tauri build

This commit is contained in:
2023-08-04 00:29:14 +02:00
parent 42922e7ce0
commit 220c8cbe67
3 changed files with 476 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ tauri-build = { version = "1.4.0", features = [] }
serde_json = "1.0"
serialport = "4.2.1"
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.4.0", features = [] }
tauri = { version = "1.4.0", features = ["updater"] }
[features]
# this feature is used for production builds or when `devPath` points to the filesystem and the built-in dev server is disabled.