evshiron / nwjs-builder

https://www.npmjs.com/package/nwjs-builder
76 stars 12 forks source link

Executable for Linux and Windows #4

Closed evshiron closed 8 years ago

evshiron commented 8 years ago

Looks like #!/usr/bin/env node --harmony-destructuring --harmony-rest-parameters doesn't work on Ubuntu, but does work on Mac OS X. What about Windows?

evshiron commented 8 years ago

Uh-huh, it works on Windows. What a surprise :)

evshiron commented 8 years ago

Done in 0726f34.