Implement file renaming
This commit is contained in:
parent
18d8003f4a
commit
e583d4e4cb
11 changed files with 291 additions and 18 deletions
|
|
@ -2,7 +2,9 @@
|
|||
"$schema": "../gen/schemas/desktop-schema.json",
|
||||
"identifier": "default",
|
||||
"description": "Capability for the main window",
|
||||
"windows": ["main"],
|
||||
"windows": [
|
||||
"main"
|
||||
],
|
||||
"permissions": [
|
||||
"core:default",
|
||||
"opener:default",
|
||||
|
|
@ -16,7 +18,12 @@
|
|||
"fs:read-dirs",
|
||||
{
|
||||
"identifier": "fs:scope",
|
||||
"allow": [{ "path": "**/*" }]
|
||||
}
|
||||
"allow": [
|
||||
{
|
||||
"path": "**/*"
|
||||
}
|
||||
]
|
||||
},
|
||||
"os:default"
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue