build: use zip on windows

This commit is contained in:
zhom
2025-07-04 03:23:34 +04:00
parent f4c96ec0c6
commit 73cc6c2ac5
2 changed files with 247 additions and 1 deletions
+3
View File
@@ -41,6 +41,9 @@ uuid = { version = "1.0", features = ["v4", "serde"] }
[target."cfg(any(target_os = \"macos\", windows, target_os = \"linux\"))".dependencies]
tauri-plugin-single-instance = { version = "2", features = ["deep-link"] }
[target.'cfg(windows)'.dependencies]
zip = "4"
[target.'cfg(target_os = "macos")'.dependencies]
core-foundation="0.10"
objc2 = "0.6.1"