From 08a67e8e5414152df43be7667f303a796cfb1c56 Mon Sep 17 00:00:00 2001 From: Ananas Date: Wed, 19 Jun 2024 03:24:35 +0200 Subject: [PATCH] fix: #7 --- src-tauri/tauri.conf.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 2e6e153..5498240 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -20,7 +20,10 @@ "protocol": { "all": false, "asset": true, - "assetScope": ["**"] + "assetScope": { + "allow": ["**"], + "requireLiteralLeadingDot": false + } } }, "cli": {