A unofficial Deezer player for Linux.
- System tray icon
- Background music play
- Media keys support
- Connection check
To generate an executable file run this commands:
cd src;
npm install; #or yarn install
yarn build:linux #should generate deb, tar.xz, snap and AppImage files
See the package.json file to see which script you should run. The generated files will bu available in src/dist directory.