Skip to content

baptistedonaux/deezer-desktop-linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOTE: THIS APPLICATION IS NO LONGER MAINTAINED. You can use MellowPlayer

Requirement

Setup

curl -LsS https://github.com/baptistedonaux/deezer-desktop-linux/releases/download/v0.0.1/deezer-desktop-for-linux_0.0.1_amd64.deb -o deezer-desktop-for-linux.deb
sudo dpkg -i deezer-desktop-for-linux.deb

Development

How to run

npm install
npm start

How to build

npm install
cd app && npm install && cd ..
npm run build
npm run dist