Files
ketapk/src-tauri/tauri.conf.json
T

34 lines
674 B
JSON

{
"$schema": "https://schema.tauri.app/config/2",
"productName": "ketapk",
"version": "0.16.0",
"identifier": "com.ketapk.desktop",
"build": {
"beforeDevCommand": "",
"beforeBuildCommand": "",
"frontendDist": "../frontend"
},
"app": {
"windows": [
{
"title": "KétaPK",
"width": 1280,
"height": 800,
"resizable": true,
"fullscreen": false
}
]
},
"bundle": {
"active": true,
"targets": ["msi"],
"category": "Medical",
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
]
}
}