From d36f09cf682278c1a7c29139e24951207a9d8038 Mon Sep 17 00:00:00 2001 From: Leafd Date: Fri, 3 Oct 2025 17:37:14 -0400 Subject: [PATCH] fix: add config.json to tauri resouces --- src-tauri/tauri.conf.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 3b5d58d..e5bb73e 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -40,6 +40,9 @@ "icons/icon.icns", "icons/icon.ico" ], + "resources": [ + "../config.json" + ], "macOS": { "entitlements": "entitlements.plist", "hardenedRuntime": true,