first commit
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"identifier": "desktop-capability",
|
||||
"platforms": ["macOS", "windows", "linux"],
|
||||
"windows": ["main"],
|
||||
"permissions": [
|
||||
"core:default",
|
||||
"opener:default",
|
||||
"window-state:default",
|
||||
"dialog:allow-open",
|
||||
"dialog:allow-confirm",
|
||||
"fs:allow-app-read-recursive",
|
||||
"fs:allow-app-write-recursive",
|
||||
"opener:allow-open-path",
|
||||
"fs:allow-mkdir",
|
||||
{
|
||||
"identifier": "fs:scope",
|
||||
"allow": [
|
||||
{ "path": "$LOCALDATA/applications/**" },
|
||||
{ "path": "$LOCALDATA/applications" },
|
||||
{ "path": "$LOCALDATA/applications/*" }
|
||||
]
|
||||
},
|
||||
"shell:allow-spawn",
|
||||
{
|
||||
"identifier": "http:default",
|
||||
"allow": [
|
||||
{
|
||||
"url": "https://*.blender.org"
|
||||
}
|
||||
]
|
||||
},
|
||||
"notification:default",
|
||||
"os:default",
|
||||
"store:default",
|
||||
"shell:default",
|
||||
"upload:default"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user