41 lines
845 B
JSON
41 lines
845 B
JSON
{
|
|
"identifier": "com.cslab.dcs.editor",
|
|
"build": {
|
|
"beforeDevCommand": "pnpm dev:web",
|
|
"beforeBuildCommand": "pnpm build:web",
|
|
"devUrl": "http://localhost:1420",
|
|
"frontendDist": "../dist"
|
|
},
|
|
"bundle": {
|
|
"active": true,
|
|
"targets": "all",
|
|
|
|
"icon": [
|
|
"icons/32x32.png",
|
|
"icons/128x128.png",
|
|
"icons/128x128@2x.png",
|
|
"icons/icon.icns",
|
|
"icons/icon.ico"
|
|
]
|
|
},
|
|
"app": {
|
|
"withGlobalTauri": false,
|
|
"windows": [
|
|
{
|
|
"title": "DCS Editor",
|
|
"width": 800,
|
|
"height": 600,
|
|
"dragDropEnabled": false
|
|
}
|
|
],
|
|
"security": {
|
|
"csp": "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data: blob:; connect-src 'self' https:; font-src 'self' data:"
|
|
}
|
|
},
|
|
"plugins": {
|
|
|
|
"fs": {}
|
|
|
|
}
|
|
}
|