home-video-blue-extractinator/src-tauri/tauri.conf.json

50 lines
1009 B
JSON

{
"build": {
"beforeDevCommand": "trunk serve",
"beforeBuildCommand": "trunk build",
"devPath": "http://localhost:1420",
"distDir": "../dist",
"withGlobalTauri": true
},
"package": {
"productName": "pa-home-video-blue-extractinator",
"version": "0.0.0"
},
"tauri": {
"allowlist": {
"all": false,
"shell": {
"all": false,
"open": true
},
"dialog": {
"open": true
}
},
"bundle": {
"active": true,
"targets": "all",
"identifier": "com.breel.pa-home-video-blue-extractinator",
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
]
},
"security": {
"csp": null
},
"windows": [
{
"fullscreen": false,
"resizable": true,
"title": "pa-home-video-blue-extractinator-2",
"width": 800,
"height": 600
}
]
}
}