Run prettier (#1627)

This commit is contained in:
Tony
2024-08-04 18:24:25 +08:00
committed by GitHub
parent 1e60a9888d
commit f8925b9687
3 changed files with 84 additions and 88 deletions
@@ -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"]
}
]
}
}