fix: Deploying version dynamically + adding Tauri project files

This commit is contained in:
gauvainboiche
2026-08-02 18:18:29 +02:00
parent 165935521a
commit 257e187964
12 changed files with 4618 additions and 60 deletions
+34
View File
@@ -0,0 +1,34 @@
{
"$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"
]
}
}