Skip to content

Commit ce744d9

Browse files
committed
docs: add desktop download badges to the README
The desktop app publishes to PyModel/pythinker-desktop-releases, not this repo, so the counter points there. Platform badges are static links rather than per-asset counters: shields.io asset wildcards silently report 0 (a tag with a 39,877-download .dmg returns 0 for *.dmg), and exact asset names embed the version, so they break on every release.
1 parent 45431c5 commit ce744d9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121
[![Docs](https://img.shields.io/badge/docs-online-0284c7.svg?style=flat-square)](https://pymodel.github.io/pythinker-code/)
2222
[![Homepage](https://img.shields.io/badge/home-code.pythinker.com-ec4899.svg?style=flat-square)](https://code.pythinker.com)
2323

24+
<a href="https://github.com/PyModel/pythinker-desktop-releases/releases"><img src="https://img.shields.io/github/downloads/PyModel/pythinker-desktop-releases/total?style=flat&label=desktop%20downloads&color=4D6BFE" alt="Total desktop downloads"></a>
25+
<a href="https://github.com/PyModel/pythinker-desktop-releases/releases/latest"><img src="https://img.shields.io/badge/macOS-.dmg-4D6BFE?style=flat&logo=apple&logoColor=white" alt="Download the macOS .dmg"></a>
26+
<a href="https://github.com/PyModel/pythinker-desktop-releases/releases/latest"><img src="https://img.shields.io/badge/Windows-.exe-4D6BFE?style=flat&logo=windows&logoColor=white" alt="Download the Windows .exe"></a>
27+
2428
<br />
2529

2630
<a href="https://code.pythinker.com">Website</a> &nbsp;·&nbsp;

0 commit comments

Comments
 (0)