Files
ketapk/src-tauri/tauri.conf.json
T
2026-08-31 19:02:46 +02:00

36 lines
915 B
JSON

{
"$schema": "https://schema.tauri.app/config/2",
"productName": "ketapk",
"version": "0.19.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", "deb", "rpm", "appimage", "dmg", "app"],
"publisher": "Gauvain BOICHÉ (DevOps Manager) and Pr. Georges MION (Anesthetist Professor)",
"homepage": "https://georgesmion.com",
"category": "Medical",
"icon": [
"../graphism/icons/32x32.png",
"../graphism/icons/128x128.png",
"../graphism/icons/128x128@2x.png",
"../graphism/icons/icon.icns",
"../graphism/icons/icon.ico"
]
}
}