mirror of
https://github.com/lanyeeee/bilibili-video-downloader.git
synced 2026-05-06 20:02:57 +08:00
43 lines
925 B
JSON
43 lines
925 B
JSON
{
|
|
"$schema": "https://schema.tauri.app/config/2",
|
|
"productName": "bilibili-video-downloader",
|
|
"version": "0.0.1",
|
|
"identifier": "com.lanyeeee.bilibili-video-downloader",
|
|
"build": {
|
|
"beforeDevCommand": "pnpm dev",
|
|
"devUrl": "http://localhost:5005",
|
|
"beforeBuildCommand": "pnpm build",
|
|
"frontendDist": "../dist"
|
|
},
|
|
"app": {
|
|
"security": {
|
|
"csp": null
|
|
}
|
|
},
|
|
"bundle": {
|
|
"active": true,
|
|
"targets": "all",
|
|
"licenseFile": "../LICENSE",
|
|
"icon": [
|
|
"icons/32x32.png",
|
|
"icons/128x128.png",
|
|
"icons/128x128@2x.png",
|
|
"icons/icon.icns",
|
|
"icons/icon.ico"
|
|
],
|
|
"externalBin": [
|
|
"ffmpeg/com.lanyeeee.bilibili-video-downloader-ffmpeg"
|
|
],
|
|
"windows": {
|
|
"nsis": {
|
|
"installMode": "perMachine",
|
|
"languages": [
|
|
"SimpChinese"
|
|
]
|
|
}
|
|
},
|
|
"macOS": {
|
|
"signingIdentity": "-"
|
|
}
|
|
}
|
|
} |