mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-20 17:22:08 +03:00
72389b00d7
* fix(core): use `require_literal_separator` when matching paths * document the need for `require_literal_separator` * use `require_literal_leading_dot`
6 lines
151 B
Markdown
6 lines
151 B
Markdown
---
|
|
"tauri": "patch"
|
|
---
|
|
|
|
Fix the filesystem scope allowing sub-directories of the directory picked by the dialog when `recursive` option was `false`.
|