update tauri

This commit is contained in:
Lucas Nogueira
2026-06-30 10:01:54 -03:00
parent 540d4e9648
commit 1423992771
39 changed files with 3059 additions and 2551 deletions
@@ -1,5 +0,0 @@
# Automatically generated - DO NOT EDIT!
"$schema" = "../../schemas/schema.json"
commands = ["open_url","open_path","reveal_item_in_dir"]
@@ -18,19 +18,6 @@ as well as reveal file in directories using default file explorer
</tr>
<tr>
<td>
`opener:allow-default-urls`
</td>
<td>
This enables opening `mailto:`, `tel:`, `https://` and `http://` urls using their default application.
</td>
</tr>
<tr>
<td>
@@ -106,6 +93,19 @@ Enables the reveal_item_in_dir command without any pre-configured scope.
Denies the reveal_item_in_dir command without any pre-configured scope.
</td>
</tr>
<tr>
<td>
`opener:allow-default-urls`
</td>
<td>
This enables opening `mailto:`, `tel:`, `https://` and `http://` urls using their default application.
</td>
</tr>
</table>