chore: add LICENSE and vulkan-1.dll at instdir

This commit is contained in:
Minh141120 2025-09-23 00:15:25 +07:00
parent 8951123557
commit 7257eb4ae6

View File

@ -1,8 +1,8 @@
{ {
"bundle": { "bundle": {
"targets": ["nsis"], "targets": ["nsis"],
"resources": ["resources/pre-install/**/*", "resources/lib/vulkan-1.dll"], "resources": ["resources/pre-install/**/*"],
"externalBin": ["resources/bin/bun", "resources/bin/uv"], "externalBin": ["resources/bin/bun", "resources/bin/uv", "resources/lib/vulkan-1.dll", "resources/LICENSE"],
"windows": { "windows": {
"nsis": { "nsis": {
"installerHooks": "./windows/hooks.nsh", "installerHooks": "./windows/hooks.nsh",