mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-28 03:47:37 +03:00
63 lines
1.3 KiB
JSON
63 lines
1.3 KiB
JSON
{
|
|
"$schema": "../../core/config-schema/schema.json",
|
|
"build": {
|
|
"distDir": ["index.html"],
|
|
"devPath": ["index.html"],
|
|
"beforeDevCommand": "",
|
|
"beforeBuildCommand": "",
|
|
"withGlobalTauri": true
|
|
},
|
|
"package": {
|
|
"productName": "Streaming",
|
|
"version": "0.1.0"
|
|
},
|
|
"tauri": {
|
|
"bundle": {
|
|
"active": true,
|
|
"targets": "all",
|
|
"identifier": "com.tauri.dev",
|
|
"icon": [
|
|
"../.icons/32x32.png",
|
|
"../.icons/128x128.png",
|
|
"../.icons/128x128@2x.png",
|
|
"../.icons/icon.icns",
|
|
"../.icons/icon.ico"
|
|
],
|
|
"resources": [],
|
|
"externalBin": [],
|
|
"copyright": "",
|
|
"category": "DeveloperTool",
|
|
"shortDescription": "",
|
|
"longDescription": "",
|
|
"deb": {
|
|
"depends": []
|
|
},
|
|
"macOS": {
|
|
"frameworks": [],
|
|
"exceptionDomain": ""
|
|
}
|
|
},
|
|
"allowlist": {
|
|
"all": false,
|
|
"protocol": {
|
|
"assetScope": ["**/test_video.mp4"]
|
|
}
|
|
},
|
|
"windows": [
|
|
{
|
|
"title": "Welcome to Tauri!",
|
|
"width": 800,
|
|
"height": 600,
|
|
"resizable": true,
|
|
"fullscreen": false
|
|
}
|
|
],
|
|
"security": {
|
|
"csp": "default-src 'self'; media-src stream: https://stream.localhost asset: https://asset.localhost"
|
|
},
|
|
"updater": {
|
|
"active": false
|
|
}
|
|
}
|
|
}
|