comparison mod_register_apps/mod_register_apps.lua @ 6421:653ac8702509

mod_register_apps: Add macOS platform for gajim
author nicoco <nicoco@nicoco.fr>
date Sat, 28 Feb 2026 10:33:48 +0100
parents 8c98b1dd1ad3
children
comparison
equal deleted inserted replaced
6420:dddb6c34b964 6421:653ac8702509
87 }; 87 };
88 }; 88 };
89 }; 89 };
90 { 90 {
91 name = "Gajim"; 91 name = "Gajim";
92 text = [[A fully-featured desktop chat client for Windows and Linux.]]; 92 text = [[A fully-featured desktop chat client.]];
93 image = "assets/logos/gajim.svg"; 93 image = "assets/logos/gajim.svg";
94 link = "https://gajim.org/"; 94 link = "https://gajim.org/";
95 platforms = { "Windows", "Linux" }; 95 platforms = { "Windows", "Linux", "macOS" };
96 download = { 96 download = {
97 buttons = { 97 buttons = {
98 { 98 {
99 text = "Download Gajim"; 99 text = "Download Gajim";
100 url = "https://gajim.org/download/"; 100 url = "https://gajim.org/download/";