Skip to content

Commit

Permalink
Added capabilities/
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-e committed Dec 25, 2024
1 parent 5121f3b commit b13f8cb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ Thumbs.db

# Tauri specific
flake/
capabilities/
gen/

# Miscellaneous
Expand Down
10 changes: 10 additions & 0 deletions capabilities/default.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "Capability for the main window",
"windows": ["main"],
"permissions": [
"core:default",
"shell:allow-open"
]
}

0 comments on commit b13f8cb

Please sign in to comment.