From bb699631bffdeac902eae9e96f9818c5227f98d1 Mon Sep 17 00:00:00 2001 From: locpham Date: Sat, 8 Aug 2026 09:55:27 +0000 Subject: [PATCH] =?UTF-8?q?FIX:=20tauri.conf.json=20v2=20=E2=80=94=20nsis?= =?UTF-8?q?=20config=20phai=20nam=20trong=20bundle.windows?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src-tauri/tauri.conf.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 1d1c266..5daa85e 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -34,8 +34,10 @@ "externalBin": [ "binaries/daw_engine" ], - "nsis": { - "installerHooks": "hooks.nsh" + "windows": { + "nsis": { + "installerHooks": "hooks.nsh" + } } } }