Skip to content

Commit

Permalink
prepare for GTK4
Browse files Browse the repository at this point in the history
  • Loading branch information
xou816 committed Aug 17, 2021
1 parent 5870cc4 commit 33e4783
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/spot-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: spot-snapshots

on:
push:
branches: [master]
branches: [master, gtk4/main]
pull_request:
branches: [master]
branches: [master, gtk4/main]
workflow_dispatch:

jobs:
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ Based on [librespot](https://github.com/librespot-org/librespot/).
| <a href='https://aur.archlinux.org/packages/spot-client/'><img alt="AUR version" src="https://img.shields.io/aur/version/spot-client"></a> | dpeukert | https://gitlab.com/dpeukert/pkgbuilds/tree/main/spot-client |


## GTK4

**The GTK4 port is almost ready :) all future development and contributions should ideally target the [gtk4/main](https://github.com/xou816/spot/tree/gtk4/main) branch!**


## Usage notes

### Credentials
Expand Down

0 comments on commit 33e4783

Please sign in to comment.