45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
|
|
{
|
||
|
|
"$schema": "https://schema.tauri.app/config/2",
|
||
|
|
"productName": "Provisioning",
|
||
|
|
"identifier": "pro.jesusperez.provisioning.desktop",
|
||
|
|
"version": "1.0.11",
|
||
|
|
"build": {
|
||
|
|
"beforeDevCommand": "",
|
||
|
|
"beforeBuildCommand": "",
|
||
|
|
"frontendDist": "dist"
|
||
|
|
},
|
||
|
|
"app": {
|
||
|
|
"withGlobalTauri": false,
|
||
|
|
"windows": [],
|
||
|
|
"security": {
|
||
|
|
"csp": "default-src 'self' http://127.0.0.1:9014 https: data: blob:; connect-src 'self' http://127.0.0.1:9014 https: ws://127.0.0.1:9014 wss:; script-src 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline'"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"bundle": {
|
||
|
|
"active": true,
|
||
|
|
"targets": "all",
|
||
|
|
"icon": [
|
||
|
|
"icons/32x32.png",
|
||
|
|
"icons/128x128.png",
|
||
|
|
"icons/128x128@2x.png",
|
||
|
|
"icons/icon.icns",
|
||
|
|
"icons/icon.ico"
|
||
|
|
],
|
||
|
|
"macOS": {
|
||
|
|
"entitlements": null,
|
||
|
|
"exceptionDomain": "127.0.0.1",
|
||
|
|
"frameworks": [],
|
||
|
|
"minimumSystemVersion": "10.15",
|
||
|
|
"signingIdentity": null
|
||
|
|
},
|
||
|
|
"linux": {
|
||
|
|
"deb": {
|
||
|
|
"depends": []
|
||
|
|
},
|
||
|
|
"rpm": {
|
||
|
|
"depends": []
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|