Skip to content

Commit 8348d68

Browse files
committed
Readd some desktop repos
1 parent 341e400 commit 8348d68

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dcstatus/status.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,9 @@ def get_status(cache: BaseCache, logger: Logger) -> str: # noqa
146146
cls = get_color(version, latest_desktop)
147147
store = f'<a href="{DESKTOP_LINKS[store]}">{store}</a>'
148148
status += f'<tr><td>{store}</td><td class="{cls}">{version}</td>'
149+
for repo in ["arch", "arch_testing","freebsd", "nix_unstable", "nix_stable_25_05", "manjaro_stable", "scoop", "homebrew_casks"]:
150+
status += f"<tr><td colspan='2'><img style='height: 26px;' src='https://repology.org/badge/version-for-repo/{repo}/deltachat-desktop.svg' alt='Delta Chat Desktop {repo}' /></td></tr>"
149151
status += "</table></div>"
150-
151152
status += "</div>"
152153
status += '<div class="row">'
153154

0 commit comments

Comments
 (0)