mirror of
https://github.com/gauvainboiche/ketapk.git
synced 2026-09-02 11:13:11 +02:00
feat: Adding macOS and Linux bundles to Tauri build
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user