From 194c9b52b25d1a7f9d4b19964bf93ca304391edd Mon Sep 17 00:00:00 2001 From: locpham Date: Sun, 9 Aug 2026 04:24:11 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20resources=20glob=20liet=20ke=20file=20cu?= =?UTF-8?q?=20the=20(exe=20+=20README.txt=20luon=20co)=20+=20=5Finternal/*?= =?UTF-8?q?*=20=E2=80=94=20khong=20phu=20thuoc=20glob=20rong?= 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 61ac49a..104d64f 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/daw_engine.exe", + "resources/daw_engine/README.txt", "resources/daw_engine/_internal/**" ], "externalBin": [],