0
0
mirror of https://github.com/cucumber-sp/yandex-music-linux.git synced 2025-09-28 01:29:03 +03:00

Update patches and repack script

This commit is contained in:
Andrey Onishchenko
2024-12-06 23:06:35 +03:00
parent 9cd5cdb864
commit 8767a74c0e
7 changed files with 19 additions and 118 deletions

View File

@@ -145,6 +145,8 @@ ELECTRON_ARGS="--no-sandbox --trace-warnings"
Tray mode is disabled by default. It allows program to be minimized to tray instead of closing. To enable it set `TRAY_ENABLED` option to `1`.
Temporary unavailable from v5.30.3
![image](https://github.com/cucumber-sp/yandex-music-linux/assets/100789522/5998ba7f-9ee7-4725-9d51-fbe5510a799d)
***
@@ -209,11 +211,10 @@ bash repack.sh [-o OUTPUT_DIR default=./app] <YM.exe>
### Arch Linux
You can build `pacman` package file manually using `PKGBUILD` file from the this repository. Run following commands in folder with `PKGBUILD` file inside to get `.pkg.tar.zst` package:
You can build `pacman` package file manually using `PKGBUILD` file from the this repository. Run following commands in folder with `PKGBUILD` file inside to build and install the package:
```bash
pacman -S electron libpulse
makepkg
makepkg -si
```
***