0
0
mirror of https://github.com/cucumber-sp/yandex-music-linux.git synced 2024-12-23 14:12:59 +03:00

Update readme

This commit is contained in:
Andrey Onishchenko 2024-10-03 19:30:23 +03:00
parent 524b782f31
commit 7316efe6d0

View File

@ -14,6 +14,8 @@ Native YandexMusic client for Linux. Built using repacking of Windows client (El
- [Custom Electron binary](#custom-electron-binary) - [Custom Electron binary](#custom-electron-binary)
- [Electron arguments](#electron-arguments) - [Electron arguments](#electron-arguments)
- [Tray mode](#tray-mode) - [Tray mode](#tray-mode)
- [Dev tools](#dev-tools)
- [Custom title bar](#custom-title-bar)
- [Manual Build](#manual-build) - [Manual Build](#manual-build)
- [Prerequisites](#prerequisites) - [Prerequisites](#prerequisites)
- [Extract app only](#extract-app-only) - [Extract app only](#extract-app-only)
@ -150,6 +152,12 @@ Chromium developer/debug tools can be enabled by setting `DEV_TOOLS` option to `
*** ***
### Custom title bar
Yandex Music's custom Windows-styled titlebar can be enabled by setting `CUSTOM_TITLE_BAR` option to `1`. Also makes the window frameless.
***
## Manual Build ## Manual Build
### Prerequisites ### Prerequisites