mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-08-24 20:02:58 +02:00
build: use zip on windows
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user