From 6d8c2ae0f21a3fe74b8f359b668b6a5cd1b06bae Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Wed, 14 Jan 2026 10:40:54 +0800 Subject: chore: Remove default capability configuration files from the Tauri project --- src-tauri/capabilities/default.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 src-tauri/capabilities/default.json (limited to 'src-tauri/capabilities') 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" - ] -} -- cgit v1.2.3-70-g09d2