Add sha256sum check for update downloads

This commit is contained in:
2025-11-02 22:36:06 -07:00
parent e8b630ee37
commit 48a7ed545f
6 changed files with 46 additions and 8 deletions

View File

@@ -22,6 +22,7 @@ tauri-plugin-os = "2.3.2"
reqwest = { version = "0.12.24", default-features = false, features = ["stream", "rustls-tls"] }
tauri-plugin-opener = "2.5.2"
tauri-plugin-dialog = "2.4.2"
sha2 = "0.10.9"
[target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies]
tauri-plugin-single-instance = "2.3.6"