Commit 4fb00ac
committed
fix: use hyphenated permission identifiers for Tauri v2 ACL
Tauri v2 ACL identifiers only allow lowercase ASCII letters,
hyphens, and optional prefix with colon. Changed:
- fs_exist_dir -> fs-exist-dir
- fs_make_dir -> fs-make-dir1 parent 1c1a252 commit 4fb00ac
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
198 | | - | |
199 | | - | |
| 198 | + | |
| 199 | + | |
200 | 200 | | |
201 | 201 | | |
0 commit comments