seishun / node-steam

Interface directly with Steam servers from Node.js
MIT License
1k stars 181 forks source link

Fix curl request for Windows #453

Closed divslinger closed 5 years ago

divslinger commented 5 years ago

curl URLs must be in double-quotes to work in Windows. Please test this for bash / Linux.

seishun commented 5 years ago

I don't think anyone will want to install node-steam from GitHub on Windows once I eventually publish a new package to npm, but why not if the fix is simple.

Can you change the commit message to imperative and fix capitalization?

seishun commented 5 years ago

That looks good. Can you change the commit itself and force-push?

P.S. GitHub doesn't send notifications when the issue title is changed.

divslinger commented 5 years ago

@seishun Sorry, it took me a while. I force pushed. Thank you for your patience.