fix updater module
This commit is contained in:
parent
96b82451e7
commit
4876386825
2 changed files with 105 additions and 32 deletions
|
@ -25,7 +25,7 @@ tauri-sys = { path = ".", features = ["all"] }
|
|||
all-features = true
|
||||
|
||||
[features]
|
||||
all = ["app", "clipboard", "event", "mocks", "tauri", "window", "process", "dialog", "os", "notification", "path"]
|
||||
all = ["app", "clipboard", "event", "mocks", "tauri", "window", "process", "dialog", "os", "notification", "path", "updater"]
|
||||
app = ["dep:semver"]
|
||||
clipboard = []
|
||||
dialog = []
|
||||
|
@ -37,6 +37,7 @@ process = []
|
|||
os = ["dep:semver"]
|
||||
notification = []
|
||||
path = []
|
||||
updater = []
|
||||
|
||||
[workspace]
|
||||
members = ["examples/test", "examples/test/src-tauri"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue