From a7489f41e64b972c45a8f08c593311e6642be184 Mon Sep 17 00:00:00 2001 From: locpham Date: Sun, 9 Aug 2026 04:26:22 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20resources=20glob=20rong=20resources/daw?= =?UTF-8?q?=5Fengine/**=20=E2=80=94=20match=20ca=202=20cau=20truc=20onedir?= =?UTF-8?q?=20(PyInstaller=206.x=20co=20=5Finternal,=205.x=20khong)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src-tauri/tauri.conf.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 104d64f..c329e0e 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -33,9 +33,7 @@ "icons/favicon.ico" ], "resources": [ - "resources/daw_engine/daw_engine.exe", - "resources/daw_engine/README.txt", - "resources/daw_engine/_internal/**" + "resources/daw_engine/**" ], "externalBin": [], "windows": {