diff options
| author | 2026-01-14 10:40:54 +0800 | |
|---|---|---|
| committer | 2026-01-14 10:40:54 +0800 | |
| commit | 6d8c2ae0f21a3fe74b8f359b668b6a5cd1b06bae (patch) | |
| tree | 769a4ce9f4c1cf90a34669b7b506ee21a8fd1ea8 /src-tauri/capabilities/default.json | |
| parent | 71e3b888d07b263c59f748e7c0113ae1436a7e7d (diff) | |
| download | DropOut-6d8c2ae0f21a3fe74b8f359b668b6a5cd1b06bae.tar.gz DropOut-6d8c2ae0f21a3fe74b8f359b668b6a5cd1b06bae.zip | |
chore: Remove default capability configuration files from the Tauri project
Diffstat (limited to 'src-tauri/capabilities/default.json')
| -rw-r--r-- | src-tauri/capabilities/default.json | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src-tauri/capabilities/default.json b/src-tauri/capabilities/default.json deleted file mode 100644 index 3bb4cc4..0000000 --- a/src-tauri/capabilities/default.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "$schema": "../gen/schemas/desktop-schema.json", - "identifier": "default", - "description": "Capability for the main window", - "windows": ["main"], - "permissions": [ - "core:default", - "shell:allow-open" - ] -} |