tinderjs / tinder-desktop

Use Tinder from your desktop, for Mac OS X, Microsoft Windows and Linux
https://tinderjsblog.herokuapp.com/
97 stars 25 forks source link

Windows release missing dlls #133

Open erickdeoliveiraleal opened 8 years ago

erickdeoliveiraleal commented 8 years ago

I downloaded the 0.1.0 release for windows here https://github.com/tinderjs/tinder-desktop/releases and when trying to install I got errors: node.dll missing and ffmpeg.dll missing.

mayeaux commented 8 years ago

Yup, I discovered this last weekend as well

The solution is here: https://github.com/electron/electron/issues/5279#issuecomment-214806772

We've got to package it using a special module, if you want to submit a PR for it that'd be great otherwise I'll likely have a chance to do it this weekend

mayeaux commented 8 years ago

Had a chance to fix this today.

Will get an executable up tomorrow 👍