mirror of
https://github.com/hoornet/vega.git
synced 2026-04-24 14:50:00 -07:00
Scaffold Tauri 2.0 + React + TypeScript app
This commit is contained in:
10
src-tauri/capabilities/default.json
Normal file
10
src-tauri/capabilities/default.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"$schema": "../gen/schemas/desktop-schema.json",
|
||||
"identifier": "default",
|
||||
"description": "Capability for the main window",
|
||||
"windows": ["main"],
|
||||
"permissions": [
|
||||
"core:default",
|
||||
"opener:default"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user