feat: v1 deployment with original logo in app

This commit is contained in:
gauvainboiche
2026-08-31 21:56:53 +02:00
parent cb774383b1
commit ae085f8765
11 changed files with 158 additions and 48 deletions
+1 -1
View File
@@ -1616,7 +1616,7 @@ dependencies = [
[[package]]
name = "ketapk"
version = "0.19.0"
version = "1.0.0"
dependencies = [
"log",
"serde",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "ketapk"
version = "0.19.0"
version = "1.0.0"
description = "KétaPK"
authors = ["Gauvain BOICHÉ (DevOps Manager)", "Pr. Georges MION (Anesthetist Professor)"]
homepage = "https://georgesmion.com"
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "ketapk",
"version": "0.19.0",
"version": "1.0.0",
"identifier": "com.ketapk.desktop",
"build": {
"beforeDevCommand": "",