Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Un10ck3d/massapp
Browse files Browse the repository at this point in the history
  • Loading branch information
arctixdev committed Jul 29, 2023
2 parents fa7de3e + f814b88 commit 15b3168
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 16
submodules: true
- name: get version
run: echo "PACKAGE_VERSION=$(node -p "require('./package.json').version")" >> $GITHUB_ENV
- name: create release
Expand Down
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,9 @@ Untill [this PR](https://github.com/tauri-apps/wry/pull/994) gets merged and rel

#### Arch Linux

You can use the PKGBUILD file to install the app
This app is on the arch aur with the name `music-assistant-desktop`

Clone the repo:
`$ git clone https://github.com/Un10ck3d/massapp`

Install the app:
`$ makepkg -si`
You can install it with yay: `yay music-assistant-desktop`

#### Debian based distros

Expand Down

0 comments on commit 15b3168

Please sign in to comment.