Unofficial Desktop app for Yandex.Radio with global media hotkeys support.
Mac OS 10.9+, Windows 7+ and Linux are supported.
Download, unzip, and move YaRadio.app
to the /Applications
directory.
Download and unzip to some location.
To add a shortcut to the app, create a file in ~/.local/share/applications
called YaRadio.desktop
with the following contents:
[Desktop Entry]
Name=YaRadio
Exec=/full/path/to/folder/YaRadio
Terminal=false
Type=Application
Icon=/full/path/to/folder/YaRadio/resources/app/static/Icon.png
Download and unzip to some location.
Built with Electron.
- Init:
$ npm install
- Run:
$ npm start
- Build macOS:
$ npm run build:macos
- Build Linux:
$ npm run build:linux
- Build Windows:
$ npm run build:windows
(for macOS wine is required$ brew install wine
) - Build all:
$ npm run build
MIT © Maxim Ponomarev