mirror of
https://github.com/gauvainboiche/ketapk.git
synced 2026-09-02 11:13:11 +02:00
36 lines
914 B
JSON
36 lines
914 B
JSON
{
|
|
"$schema": "https://schema.tauri.app/config/2",
|
|
"productName": "ketapk",
|
|
"version": "1.0.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"
|
|
]
|
|
}
|
|
} |