{ "$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" ] } }