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"] } "deep-link": { "schemes": ["jan"] }
}, },
"bundle": { "bundle": {
"publisher": "Menlo Research Pte. Ltd.",
"active": true, "active": true,
"createUpdaterArtifacts": false, "createUpdaterArtifacts": false,
"icon": [ "icon": [

View File

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