mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-05-31 13:39:36 +02:00
10b80391fc
* fix(fs): 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. * use scope from core * update persisted-scope * fix build * dev branch
7 lines
121 B
Markdown
7 lines
121 B
Markdown
---
|
|
"fs": patch
|
|
"persisted-scope": patch
|
|
---
|
|
|
|
Use `tauri::scope::fs::Scope` instead of local copy of its implementation.
|