From 7c9d01f9a07fed3531f634541ad30e56574b08dd Mon Sep 17 00:00:00 2001 From: deepend-tildeclub <58404188+deepend-tildeclub@users.noreply.github.com> Date: Thu, 8 Jan 2026 23:51:48 -0700 Subject: [PATCH] Add build status badges to README Added build status badges for Ubuntu, Flatpak, and Windows. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9f78ea86..e23189e6 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +[![Ubuntu Build](https://github.com/ZoiteChat/zoitechat/actions/workflows/ubuntu-build.yml/badge.svg)](https://github.com/ZoiteChat/zoitechat/actions/workflows/ubuntu-build.yml) +[![Flatpak Build](https://github.com/ZoiteChat/zoitechat/actions/workflows/flatpak-build.yml/badge.svg)](https://github.com/ZoiteChat/zoitechat/actions/workflows/flatpak-build.yml) +[![Windows Build](https://github.com/ZoiteChat/zoitechat/actions/workflows/windows-build.yml/badge.svg)](https://github.com/ZoiteChat/zoitechat/actions/workflows/windows-build.yml) + ZoiteChat Debian packaging (starter kit) This folder was generated from Debian's HexChat packaging and then renamed/adjusted for ZoiteChat.