mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-20 09:11:55 +03:00
effe5871af
* fix(core): scope checks on Android On Android, when we call canonicalize() on "/data/user/0/appid" (which is the data dir), the result is a "/data/data/appid" path, so we need to adjust our scope for that. * clarify code * apply the logic to all targets
6 lines
64 B
Markdown
6 lines
64 B
Markdown
---
|
|
"tauri": patch:bug
|
|
---
|
|
|
|
Fixes file scope checks on Android.
|