mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
* 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
64 B
64 B
tauri
| tauri |
|---|
| patch:bug |
Fixes file scope checks on Android.