49 lines
1.0 KiB
JSON
49 lines
1.0 KiB
JSON
{
|
|
"$schema": "https://schema.tauri.app/config/2",
|
|
"productName": "StreamCapture",
|
|
"version": "1.1.0",
|
|
"identifier": "top.volan.stream-capture",
|
|
"build": {
|
|
"beforeDevCommand": "pnpm dev",
|
|
"devUrl": "http://localhost:1420",
|
|
"beforeBuildCommand": "pnpm build",
|
|
"frontendDist": "../dist"
|
|
},
|
|
"app": {
|
|
"windows": [
|
|
{
|
|
"label": "main",
|
|
"title": "流萤 - 视频下载 v1.1.0",
|
|
"width": 1300,
|
|
"height": 900,
|
|
"visible": false
|
|
},
|
|
{
|
|
"label": "splashscreen",
|
|
"title": "StreamCapture Loading",
|
|
"url": "splashscreen.html",
|
|
"width": 400,
|
|
"height": 300,
|
|
"decorations": false,
|
|
"center": true,
|
|
"resizable": false,
|
|
"alwaysOnTop": true
|
|
}
|
|
],
|
|
"security": {
|
|
"csp": null
|
|
}
|
|
},
|
|
"bundle": {
|
|
"active": true,
|
|
"targets": "all",
|
|
"icon": [
|
|
"icons/32x32.png",
|
|
"icons/128x128.png",
|
|
"icons/128x128@2x.png",
|
|
"icons/icon.icns",
|
|
"icons/icon.ico"
|
|
]
|
|
}
|
|
}
|