35 lines
897 B
JSON
35 lines
897 B
JSON
{
|
|
"productName": "caesar-tauri-angular",
|
|
"version": "0.0.0",
|
|
"identifier": "com.tauri.dev",
|
|
"build": {
|
|
"beforeDevCommand": "npm run start -- --host $HOST --public-host $HOST",
|
|
"devUrl": "http://localhost:1420",
|
|
"beforeBuildCommand": "npm run build",
|
|
"frontendDist": "../dist/caesar-tauri-angular/browser"
|
|
},
|
|
|
|
"app": {"windows": [
|
|
{
|
|
"title": "caesar-tauri-angular",
|
|
"width": 800,
|
|
"height": 600
|
|
}
|
|
],
|
|
"security": {
|
|
"csp": "default-src 'self'; script-src 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline'; img-src 'self' data:;",
|
|
"capabilities": ["main-capability", "mobile-capability"]
|
|
}
|
|
},
|
|
"bundle": {
|
|
"active": true,
|
|
"targets": "all",
|
|
"icon": [
|
|
"icons/32x32.png",
|
|
"icons/128x128.png",
|
|
"icons/128x128@2x.png",
|
|
"icons/icon.icns",
|
|
"icons/icon.ico"
|
|
]
|
|
}
|
|
}
|