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 466aaa8
Show file tree
Hide file tree
Showing 9 changed files with 153 additions and 98 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build.yml
Expand Up @@ -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')
Expand Down
6 changes: 3 additions & 3 deletions README.md
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
@@ -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 <contact@pascalopitz.com>",
"main": "main.js",
"dependencies": {
Expand Down
9 changes: 9 additions & 0 deletions app/ui.js.LICENSE.txt
Expand Up @@ -37,6 +37,15 @@ object-assign
* LICENSE file in the root directory of this source tree.
*/

/** @license React v17.0.2
* react-jsx-runtime.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/** @license React v17.0.2
* react.production.min.js
*
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.

0 comments on commit 466aaa8

Please sign in to comment.