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": {
"active": true,
"targets": "all",
"licenseFile": "../LICENSE",
"icon": [
"icons/32x32.png",
"icons/128x128.png",
@@ -26,6 +27,14 @@
],
"externalBin": [
"ffmpeg/com.lanyeeee.bilibili-video-downloader-ffmpeg"
]
],
"windows": {
"nsis": {
"installMode": "perMachine",
"languages": [
"SimpChinese"
]
}
}
}
}