eberlitz / splashicon-generator

Automatic Icon and Splash resizing for Cordova based projects
MIT License
101 stars 43 forks source link

Execution fails on Linux due to CRLF line endings #32

Closed jacksenechal closed 8 years ago

jacksenechal commented 8 years ago

After installing via npm, running splashicon-generator on Linux fails with

/usr/bin/env: ‘node\r’: No such file or directory

And an inspection of node_modules/splashicon-generator/bin/splashicon-generator shows that line endings are CRLF. Changing it to LF, everything is good.

eberlitz commented 8 years ago

New version published to NPM