Run prettier (#1627)

pull/1628/head
Tony 10 months ago committed by GitHub
parent 1e60a9888d
commit f8925b9687
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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"
]
} }
] ]
} }
Loading…
Cancel
Save