From 2462bbc1a829fdcc1cb595ccde90e42e2adc64fd Mon Sep 17 00:00:00 2001 From: locpham Date: Sun, 9 Aug 2026 04:16:49 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20tauri=20resources=20glob=20tach=20rieng?= =?UTF-8?q?=20=E2=80=94=20resources/daw=5Fengine/*=20(file=201=20level)=20?= =?UTF-8?q?+=20=5Finternal/**=20(subdirs)=20thay=20**=20rong=20(co=20the?= =?UTF-8?q?=20khong=20match=20file=20truc=20tiep)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src-tauri/tauri.conf.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index c329e0e..61ac49a 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -33,7 +33,8 @@ "icons/favicon.ico" ], "resources": [ - "resources/daw_engine/**" + "resources/daw_engine/*", + "resources/daw_engine/_internal/**" ], "externalBin": [], "windows": {