A simple Electron wrapper for Spotify.
Spotify-Electron comes with a build script to compile the code for you.
In order for the script to run, nodejs and electron-packager must first be installed.
Installing nodejs is different depending on the platform you are running. On Ubuntu, the following should work:
sudo apt-get install npmInstall electron-packager with the following command:
npm install -g electron-packagerThen, run the build script with the following command:
./build.sh
OR
bash build.shIf you want to build with a version of Electron that is different from what is
in the latest commit, open build.sh with your favorite text editor and change
the value of VERSION= to the build you want.