Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 906 Bytes

README.md

File metadata and controls

46 lines (33 loc) · 906 Bytes

Logo

Yamus

DepShield Badge Build Status Github All stagings Electron Version

Unofficial Yandex.Music Desktop App

Screenshot

Building and Running

Run:

npm install
electron .

Build:

npm install
npm install --save-dev electron
npm install electron-packager --save-dev

Windows:

npm run build-win

macOS:

npm run build-mac

Linux:

npm run build-linux