mirror of
https://github.com/lanyeeee/bilibili-video-downloader.git
synced 2026-09-08 09:06:53 +08:00
feat: 优化NSIS安装器配置
This commit is contained in:
@@ -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"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user