FIX: tauri.conf.json v2 — nsis config phai nam trong bundle.windows

This commit is contained in:
2026-08-08 09:55:27 +00:00
parent 0a1f3efd64
commit bb699631bf
+2
View File
@@ -34,8 +34,10 @@
"externalBin": [ "externalBin": [
"binaries/daw_engine" "binaries/daw_engine"
], ],
"windows": {
"nsis": { "nsis": {
"installerHooks": "hooks.nsh" "installerHooks": "hooks.nsh"
} }
} }
} }
}