TooTallNate / node-speaker

Output PCM audio data to the speakers
648 stars 145 forks source link

Add prebuilds #141

Open dy opened 4 years ago

dy commented 4 years ago

This adds simple prebuilds as per prebuildify readme. Fixes #76 @TooTallNate @LinusU is maintaining prebuilds of any interest or better left for a separate repository?

dy commented 2 years ago

Maybe one day this will fall off by itself.

LinusU commented 2 years ago

Hmm, should the binaries really be committed to Git? How about generating them in the prepare or prepublishOnly script?

This only seems to be for windows? Seems like we need to pass the --platform flag in order to generate for all our supported platforms?

Should we also pass the --strip flag?