feat(icon): update app and tray icons

This commit is contained in:
2023-12-22 10:13:21 +07:00
parent 2536630ff7
commit 0522611669
54 changed files with 262 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ tauri-build = { version = "2.0.0-alpha", features = [] }
[dependencies]
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "2.0.0-alpha", features = [
tauri = { version = "2.0.0-alpha", features = [ "tray-icon",
"macos-private-api",
"native-tls-vendored",
"protocol-asset",