feat: add msi installer for windows

This commit is contained in:
Minh141120 2025-09-30 15:32:29 +07:00
parent de9c04474e
commit 0b8f3e01fb
2 changed files with 3 additions and 2 deletions

View File

@ -76,6 +76,7 @@
"deep-link": { "schemes": ["jan"] }
},
"bundle": {
"publisher": "Menlo Research Pte. Ltd.",
"active": true,
"createUpdaterArtifacts": false,
"icon": [

View File

@ -1,7 +1,7 @@
{
"bundle": {
"targets": ["nsis"],
"resources": ["resources/pre-install/**/*", "resources/lib/vulkan-1.dll", "resources/lib/vc_redist.x64.exe", "resources/LICENSE"],
"targets": ["nsis", "msi"],
"resources": ["resources/pre-install/**/*", "resources/lib/vulkan-1.dll", "resources/LICENSE", "resources/", "resources/lib/vc_redist.x64.exe"],
"externalBin": ["resources/bin/bun", "resources/bin/uv"],
"windows": {
"nsis": {