diff options
| author | 2026-01-14 11:14:34 +0800 | |
|---|---|---|
| committer | 2026-01-14 11:14:34 +0800 | |
| commit | 4a974dc9cdaa402ff10b2971464448fcd08db301 (patch) | |
| tree | 287bbfe84c1457a7b3e4879fc73c516a3dd8a6fd /src-tauri/tauri.conf.json | |
| parent | f896913b51eb53f885fe58ea261e34b05ca84f56 (diff) | |
| download | DropOut-4a974dc9cdaa402ff10b2971464448fcd08db301.tar.gz DropOut-4a974dc9cdaa402ff10b2971464448fcd08db301.zip | |
feat: add default capabilities configuration for the DropOut launcher
Diffstat (limited to 'src-tauri/tauri.conf.json')
| -rw-r--r-- | src-tauri/tauri.conf.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index b22fea9..08ecd86 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -20,7 +20,8 @@ } ], "security": { - "csp": null + "csp": null, + "capabilities": ["default"] } }, "bundle": { |