Axosoft / nsfw

A super fast and scaleable file watcher that provides a consistent interface on Linux, OSX and Windows
MIT License
901 stars 113 forks source link

Prebuild binaries #123

Open fabiospampinato opened 3 years ago

fabiospampinato commented 3 years ago

It'd be useful if prebuild binaries were provided, otherwise each user has to set-up some kind of building pipeline themselves.

blarfoon commented 3 years ago

They would be highly appreciated. UP

fabiospampinato commented 3 years ago

@killpowa I kinda tried to take a shot at that, but it didn't work so well, you might find this useful: https://github.com/fabiospampinato/nsfw-prebuild-electron . At the end of the day I just threw the whole thing out of the window and made another filesystem watcher, which you might find even more useful: https://github.com/fabiospampinato/watcher

aminya commented 3 years ago

I made a pull request which fixes this issue. https://github.com/Axosoft/nsfw/pull/136