Skip to content

Commit

Permalink
Bump verssion, remove SNAP
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalopitz committed Nov 18, 2023
1 parent 50dcb84 commit d22ae24
Show file tree
Hide file tree
Showing 6 changed files with 130 additions and 80 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Find the latest .AppImage on the [release page](https://github.com/pascalopitz/u
You can right click it on Ubuntu, then under "Permissions" mark is as executable. ALternatively run:

```bash
chmod +x sonos-controller-unofficial-amd64-0.3.0-alpha5.AppImage
chmod +x sonos-controller-unofficial-amd64-0.3.0.AppImage
```

After that it can be launched by double click or via invoking it through the terminal.
Expand All @@ -52,7 +52,7 @@ Type=Application
Categories=Audio;
Name=sonos-controller-unofficial
Icon=appimagekit-sonos-controller-unofficial
Exec="/home/username/Downloads/sonos-controller-unofficial-0.3.0-alpha5.AppImage" %U
Exec="/home/username/Downloads/sonos-controller-unofficial-0.3.0.AppImage" %U
```

## Install via .deb file
Expand All @@ -61,7 +61,7 @@ Find the latest .deb on the [release page](https://github.com/pascalopitz/unoffi
On Ubuntu, you can double click the downloaded file to install it via the Software Center. Alternatively run

```bash
sudo dpkg -i sonos-controller-unofficial_0.3.0-alpha5_amd64.deb
sudo dpkg -i sonos-controller-unofficial_0.3.0_amd64.deb
```

## and Run locally
Expand Down
16 changes: 8 additions & 8 deletions app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sonos-controller-unofficial",
"description": "Unoffical sonos controller for linux.",
"version": "0.3.0-alpha5",
"version": "0.3.0",
"author": "Pascal Opitz <[email protected]>",
"main": "main.js",
"dependencies": {
Expand Down
150 changes: 112 additions & 38 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d22ae24

Please sign in to comment.