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"
|
name = "ketapk"
|
||||||
version = "0.19.0"
|
version = "0.19.0"
|
||||||
description = "KétaPK"
|
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"
|
license = "Proprietary"
|
||||||
repository = ""
|
repository = ""
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|||||||
@@ -21,7 +21,9 @@
|
|||||||
},
|
},
|
||||||
"bundle": {
|
"bundle": {
|
||||||
"active": true,
|
"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",
|
"category": "Medical",
|
||||||
"icon": [
|
"icon": [
|
||||||
"icons/32x32.png",
|
"icons/32x32.png",
|
||||||
|
|||||||
Reference in New Issue
Block a user