Thomas Buck 2 years ago
parent
commit
cc6068ddcc
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      README.md

+ 3
- 1
README.md View File

@@ -5,6 +5,8 @@ It allows remote-control and observation of 3D printers running OctoPrint.
5 5
 For the implementation it is using PyQt5.
6 6
 Automatic builds are provided for Linux, Windows and macOS.
7 7
 
8
+[![Build Distribution Packages](https://github.com/xythobuz/OctoTray/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/xythobuz/OctoTray/actions/workflows/build.yml)
9
+
8 10
 For more [take a look at OctoTray on my website](https://www.xythobuz.de/octotray.html).
9 11
 
10 12
 ## Building
@@ -34,7 +36,7 @@ To create your own binary from source, simply run:
34 36
 
35 37
 The resulting executable will be in 'build/dist/win' as well as 'build/dist/OctoTray_Win.zip'.
36 38
 
37
-### Pre-Build macOS Application Bundle
39
+### Pre-Built macOS Application Bundle
38 40
 
39 41
 For Mac users, a pre-built application bundle is provided, made with [py2app](https://py2app.readthedocs.io) and GitHub Actions.
40 42
 

Loading…
Cancel
Save