fix: build

This commit is contained in:
Louis 2025-10-07 19:14:41 +07:00
parent 28afafaad7
commit 26006c143e
No known key found for this signature in database
GPG Key ID: 44FA9F4D33C37DE2
2 changed files with 0 additions and 2 deletions

View File

@ -697,7 +697,6 @@ Section Install
CreateDirectory "$INSTDIR\resources"
CreateDirectory "$INSTDIR\resources\pre-install"
SetOutPath $INSTDIR
File /a "/oname=vulkan-1.dll" "D:\a\jan\jan\src-tauri\resources\lib\vulkan-1.dll"
File /a "/oname=LICENSE" "D:\a\jan\jan\src-tauri\resources\LICENSE"
SetOutPath "$INSTDIR\resources\pre-install"
File /nonfatal /a /r "D:\a\jan\jan\src-tauri\resources\pre-install\"

View File

@ -14,7 +14,6 @@
"targets": ["nsis", "msi"],
"resources": [
"resources/pre-install/**/*",
"resources/lib/vc_redist.x64.exe",
"resources/LICENSE"
],
"externalBin": ["resources/bin/bun", "resources/bin/uv"],