From 01d7b41058c55f750c5a63d5eadc0ae962d3a690 Mon Sep 17 00:00:00 2001 From: CJ Pais Date: Fri, 5 Sep 2025 22:19:06 -0700 Subject: [PATCH] fix linux history bug? --- src-tauri/tauri.conf.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index db05ac3..b88c46d 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -26,7 +26,10 @@ "csp": null, "assetProtocol": { "enable": true, - "scope": ["**"] + "scope": { + "allow": ["**"], + "requireLiteralLeadingDot": false + } } } }, @@ -55,6 +58,10 @@ "compression": { "type": "none" } + }, + "appimage": { + "bundleMediaFramework": true, + "files": {} } }, "windows": {