You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
850 B
JSON
40 lines
850 B
JSON
{
|
|
"$schema": "https://schema.tauri.app/config/2",
|
|
"productName": "broadcast-client",
|
|
"version": "0.1.0",
|
|
"identifier": "com.ziyun.broadcastclient",
|
|
"build": {
|
|
"beforeDevCommand": "npm run dev",
|
|
"devUrl": "http://localhost:1420",
|
|
"beforeBuildCommand": "npm run build",
|
|
"frontendDist": "../dist"
|
|
},
|
|
"app": {
|
|
"windows": [
|
|
{
|
|
"label": "main",
|
|
"title": "Broadcast Client",
|
|
"width": 1280,
|
|
"height": 256,
|
|
"x": 0,
|
|
"y": 0,
|
|
"decorations": false,
|
|
"transparent": false,
|
|
"shadow": false,
|
|
"alwaysOnTop": true,
|
|
"resizable": false,
|
|
"maximizable": false,
|
|
"fullscreen": false,
|
|
"visible": true
|
|
}
|
|
],
|
|
"security": {
|
|
"csp": null
|
|
}
|
|
},
|
|
"bundle": {
|
|
"active": false,
|
|
"targets": "all"
|
|
}
|
|
}
|