|
|
@ -2,9 +2,7 @@
|
|
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
|
|
"$schema": "../gen/schemas/desktop-schema.json",
|
|
|
|
"identifier": "run-app-base",
|
|
|
|
"identifier": "run-app-base",
|
|
|
|
"description": "Base permissions to run the app",
|
|
|
|
"description": "Base permissions to run the app",
|
|
|
|
"windows": [
|
|
|
|
"windows": ["main"],
|
|
|
|
"main"
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
"permissions": [
|
|
|
|
"permissions": [
|
|
|
|
"log:default",
|
|
|
|
"log:default",
|
|
|
|
{
|
|
|
|
{
|
|
|
@ -76,9 +74,7 @@
|
|
|
|
"path": "$APPDATA/db/**"
|
|
|
|
"path": "$APPDATA/db/**"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
],
|
|
|
|
"deny": [
|
|
|
|
"deny": ["$APPDATA/db/*.stronghold"]
|
|
|
|
"$APPDATA/db/*.stronghold"
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|