nations / spoticord

Display your Spotify status as a Discord Rich Presence using the RPC API
121 stars 40 forks source link

add pkg for building Spoticord exe #53

Open xaoseric opened 6 years ago

xaoseric commented 6 years ago

Adds pkg dependency, and a build script for building a exe.

xaoseric commented 6 years ago

@Phineas this allows you to run npm run build on windows, and it outputs a .exe that you can use instead of having to do npm install, so you could in theory do a release. It also supports linux and mac os https://github.com/zeit/pkg

davidcralph commented 6 years ago

sounds good