feat: 优化NSIS安装器配置

This commit is contained in:
lanyeeee
2025-08-17 04:51:24 +08:00
parent 21689dda99
commit 493be28cc7
+10 -1
View File
@@ -17,6 +17,7 @@
"bundle": { "bundle": {
"active": true, "active": true,
"targets": "all", "targets": "all",
"licenseFile": "../LICENSE",
"icon": [ "icon": [
"icons/32x32.png", "icons/32x32.png",
"icons/128x128.png", "icons/128x128.png",
@@ -26,6 +27,14 @@
], ],
"externalBin": [ "externalBin": [
"ffmpeg/com.lanyeeee.bilibili-video-downloader-ffmpeg" "ffmpeg/com.lanyeeee.bilibili-video-downloader-ffmpeg"
] ],
"windows": {
"nsis": {
"installMode": "perMachine",
"languages": [
"SimpChinese"
]
}
}
} }
} }