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",
"identifier": "run-app-base",
"description": "Base permissions to run the app",
"windows": [
"main"
],
"windows": ["main"],
"permissions": [
"log:default",
{
@ -76,9 +74,7 @@
"path": "$APPDATA/db/**"
}
],
"deny": [
"$APPDATA/db/*.stronghold"
]
"deny": ["$APPDATA/db/*.stronghold"]
}
]
}
Loading…
Cancel
Save