fix: build
This commit is contained in:
parent
28afafaad7
commit
26006c143e
@ -697,7 +697,6 @@ Section Install
|
|||||||
CreateDirectory "$INSTDIR\resources"
|
CreateDirectory "$INSTDIR\resources"
|
||||||
CreateDirectory "$INSTDIR\resources\pre-install"
|
CreateDirectory "$INSTDIR\resources\pre-install"
|
||||||
SetOutPath $INSTDIR
|
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"
|
File /a "/oname=LICENSE" "D:\a\jan\jan\src-tauri\resources\LICENSE"
|
||||||
SetOutPath "$INSTDIR\resources\pre-install"
|
SetOutPath "$INSTDIR\resources\pre-install"
|
||||||
File /nonfatal /a /r "D:\a\jan\jan\src-tauri\resources\pre-install\"
|
File /nonfatal /a /r "D:\a\jan\jan\src-tauri\resources\pre-install\"
|
||||||
|
|||||||
@ -14,7 +14,6 @@
|
|||||||
"targets": ["nsis", "msi"],
|
"targets": ["nsis", "msi"],
|
||||||
"resources": [
|
"resources": [
|
||||||
"resources/pre-install/**/*",
|
"resources/pre-install/**/*",
|
||||||
"resources/lib/vc_redist.x64.exe",
|
|
||||||
"resources/LICENSE"
|
"resources/LICENSE"
|
||||||
],
|
],
|
||||||
"externalBin": ["resources/bin/bun", "resources/bin/uv"],
|
"externalBin": ["resources/bin/bun", "resources/bin/uv"],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user