{
"$schema": "https://schema.tauri.app/config/2",
"productName": "MVSEP",
"version": "1.2.1",
"identifier": "com.mvsep.app",
"build": {
"beforeDevCommand": "npm run dev",
"devUrl": "http://localhost:1420",
"beforeBuildCommand": "npm run build",
"frontendDist": "../dist"
},
"app": {
"withGlobalTauri": true,
"windows": [
{
"title": "MVSEP - 音乐分离工具",
"width": 1100,
"height": 750,
"minWidth": 900,
"minHeight": 600,
"center": true,
"resizable": true,
"decorations": true,
"transparent": false
}
],
"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"
]
},
"plugins": {
"shell": {
"open": true
}
}
}