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:
@@ -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
|
||||
|
||||

|
||||
|
||||
***
|
||||
@@ -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
|
||||
```
|
||||
|
||||
***
|
||||
|
Reference in New Issue
Block a user