Thomas Buck 3 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
 For the implementation it is using PyQt5.
5
 For the implementation it is using PyQt5.
6
 Automatic builds are provided for Linux, Windows and macOS.
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
 For more [take a look at OctoTray on my website](https://www.xythobuz.de/octotray.html).
10
 For more [take a look at OctoTray on my website](https://www.xythobuz.de/octotray.html).
9
 
11
 
10
 ## Building
12
 ## Building
34
 
36
 
35
 The resulting executable will be in 'build/dist/win' as well as 'build/dist/OctoTray_Win.zip'.
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
 For Mac users, a pre-built application bundle is provided, made with [py2app](https://py2app.readthedocs.io) and GitHub Actions.
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