fix: open URLs and directories properly again

migrate to tauri Opener plugin
This commit is contained in:
Maarten van Heusden
2025-09-09 17:07:02 +02:00
parent 3cdc627ea6
commit dad2daee4a
6 changed files with 40 additions and 12 deletions

View File

@@ -10,6 +10,23 @@
"shell:allow-open",
"dialog:default",
"shell:allow-execute",
"shell:allow-spawn"
"shell:allow-spawn",
"opener:allow-open-path",
{
"identifier": "opener:allow-open-path",
"allow": [
{
"path": "**"
}
]
},
{
"identifier": "opener:allow-open-url",
"allow": [
{
"url": "**"
}
]
}
]
}