diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index d6554fb..bd06302 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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 diff --git a/README.md b/README.md index f01ec0e..47c7824 100644 --- a/README.md +++ b/README.md @@ -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