Skip to content

Commit 4b0730c

Browse files
committed
build: include updater in cargo
1 parent 62eed8e commit 4b0730c

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
@@ -21,7 +21,7 @@ regex = "1.10.3"
2121
clipboard-files = "0.1.1"
2222
webbrowser = "0.8.12"
2323
serde = { version = "1.0", features = ["derive"] }
24-
tauri = { version = "1.5.4", features = [ "cli", "api-all", "devtools", "linux-protocol-headers"] }
24+
tauri = { version = "1.5.4", features = [ "updater", "cli", "api-all", "devtools", "linux-protocol-headers"] }
2525
winapi = { version = "0.3", features = ["fileapi"] }
2626
tauri-plugin-fs-extra = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }
2727
tauri-plugin-window-state = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }

0 commit comments

Comments
 (0)