FFMPEGUI/src-tauri/tauri.conf.json
2025-06-29 16:16:24 +02:00

37 lines
753 B
JSON

{
"app": {
"security": {
"csp": null
},
"windows": [
{
"fullscreen": false,
"height": 600,
"resizable": true,
"title": "FFMPEGUI",
"width": 800
}
]
},
"build": {
"beforeBuildCommand": "cd frontend && npm run build",
"beforeDevCommand": "cd frontend && npm run dev",
"devUrl": "http://localhost:5173",
"frontendDist": "../frontend/dist"
},
"bundle": {
"active": true,
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
],
"targets": "all"
},
"identifier": "rocks.ipost.code002lover.ffmpegui",
"productName": "FFMPEGUI",
"version": "0.1.0"
}