chore(deps): tauri 2.0.0-rc.3 (#1671)

* chore(deps): tauri 2.0.0-rc.3

* fix builds

* fix deep link [skip ci]
This commit is contained in:
Lucas Fernandes Nogueira
2024-08-17 07:40:57 -03:00
committed by GitHub
parent 4dd7f5ddd8
commit 5d170a5444
70 changed files with 411 additions and 277 deletions
+2 -1
View File
@@ -40,9 +40,10 @@ infer = "0.15"
[target."cfg(target_os = \"windows\")".dependencies]
zip = { version = "2", default-features = false, optional = true }
windows-sys = { version = "0.52.0", features = [
windows-sys = { version = "0.59.0", features = [
"Win32_Foundation",
"Win32_UI_WindowsAndMessaging",
"Win32_UI_Shell",
] }
[target."cfg(target_os = \"linux\")".dependencies]
+1 -1
View File
@@ -24,6 +24,6 @@
"LICENSE"
],
"dependencies": {
"@tauri-apps/api": "^2.0.0-rc.0"
"@tauri-apps/api": "^2.0.0-rc.1"
}
}
@@ -15,7 +15,7 @@ is enabled.
- `allow-install`
- `allow-download-and-install`
### Permission Table
## Permission Table
<table>
<tr>
+1 -1
View File
@@ -647,7 +647,7 @@ impl Update {
unsafe {
ShellExecuteW(
0,
std::ptr::null_mut(),
w!("open"),
file.as_ptr(),
parameters.as_ptr(),