54 lines
1.4 KiB
JSON
54 lines
1.4 KiB
JSON
{
|
|
"$schema": "https://schema.tauri.app/config/2",
|
|
"productName": "kb-bapp",
|
|
"version": "0.3.0",
|
|
"identifier": "com.sasedev.kb-app",
|
|
"build": {
|
|
"beforeDevCommand": "npm run dev",
|
|
"devUrl": "http://localhost:1420",
|
|
"beforeBuildCommand": "npm run build",
|
|
"frontendDist": "./dist"
|
|
},
|
|
"app": {
|
|
"withGlobalTauri": true,
|
|
"windows": [
|
|
{
|
|
"label": "splash",
|
|
"url": "splash.html",
|
|
"title": "Loading ... Khadhroony BoBoBot App",
|
|
"width": 960,
|
|
"height": 637,
|
|
"resizable": false,
|
|
"decorations": false,
|
|
"transparent": true,
|
|
"center": true,
|
|
"alwaysOnTop": true
|
|
},
|
|
{
|
|
"label": "main",
|
|
"url": "main.html",
|
|
"title": "Khadhroony-BoBoBot-App",
|
|
"width": 1024,
|
|
"height": 768,
|
|
"minWidth": 800,
|
|
"minHeight": 600,
|
|
"center": true,
|
|
"visible": false,
|
|
"transparent": false,
|
|
"decorations": true
|
|
}
|
|
],
|
|
"security": {
|
|
"csp": null
|
|
}
|
|
},
|
|
"bundle": {
|
|
"active": true,
|
|
"targets": "all",
|
|
"icon": [
|
|
"icons/favicon.png",
|
|
"icons/favicon.ico"
|
|
]
|
|
}
|
|
}
|