Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump verssion, remove SNAP
Browse files Browse the repository at this point in the history
pascalopitz committed Nov 18, 2023

Verified

This commit was signed with the committer’s verified signature.
MaxymVlasov Maksym Vlasov
1 parent 50dcb84 commit 78436c0
Showing 7 changed files with 130 additions and 88 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -19,14 +19,6 @@ jobs:
with:
node-version: 14

- name: Install Snapcraft
uses: samuelmeuli/action-snapcraft@v1
# Only install Snapcraft on Ubuntu
if: startsWith(matrix.os, 'ubuntu')
with:
# Log in to Snap Store
snapcraft_token: ${{ secrets.snapcraft_token }}

- name: Install RPM
run: sudo apt install -y rpm
if: startsWith(matrix.os, 'ubuntu')
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
@@ -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
@@ -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
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": {
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 78436c0

Please sign in to comment.