Skip to content

Commit dd6e508

Browse files
committed
Add updater to cargo.toml
1 parent 9cd76b7 commit dd6e508

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

src-tauri/Cargo.lock

Lines changed: 21 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ tauri-build = { version = "1.2", features = [] }
1616
[dependencies]
1717
serde_json = "1.0"
1818
serde = { version = "1.0", features = ["derive"] }
19-
tauri = { version = "1.2.4", features = ["dialog-confirm", "http-request", "icon-ico", "icon-png", "macos-private-api", "notification-all", "os-all", "process-exit", "shell-open", "system-tray"] }
19+
tauri = { version = "1.2.4", features = ["dialog-confirm", "http-request", "icon-ico", "icon-png", "macos-private-api", "notification-all", "os-all", "process-exit", "shell-open", "system-tray", "updater"] }
2020
window-vibrancy = "0.3.2"
2121
tiny_http = "0.12.0"
2222
ascii = "1.1.0"

0 commit comments

Comments
 (0)