From 4640d08f9782a9057ef5148e21ce1c46c2300140 Mon Sep 17 00:00:00 2001 From: gauvainboiche Date: Mon, 31 Aug 2026 18:19:20 +0200 Subject: [PATCH] feat: Adding macOS and Linux bundles to Tauri build --- src-tauri/Cargo.toml | 4 +++- src-tauri/tauri.conf.json | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 1069859..2c9e579 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -2,7 +2,9 @@ name = "ketapk" version = "0.19.0" description = "KétaPK" -authors = ["Pr. Georges MION", "Gauvain BOICHÉ"] +authors = ["Gauvain BOICHÉ (DevOps Manager)", "Pr. Georges MION (Anesthetist Professor)"] +homepage = "https://georgesmion.com" +# Gauvain BOICHÉ: https://www.linkedin.com/in/gauvainboiche/ license = "Proprietary" repository = "" edition = "2021" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index f5dd3b5..21f7c56 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -21,7 +21,9 @@ }, "bundle": { "active": true, - "targets": ["msi"], + "targets": ["msi", "deb", "rpm", "appimage", "dmg", "app"], + "publisher": "Gauvain BOICHÉ (DevOps Manager) & Pr. Georges MION (Anesthetist Professor)", + "homepage": "https://georgesmion.com", "category": "Medical", "icon": [ "icons/32x32.png",