shama/nodewebkit

gui.App.argv and gui.App.fullArgv are always empty

voronianski opened this issue · 1 comments

By some reason I cannot pass any argvs to my node-webkit app, they are always empty..

nodewebkit myapp --debug

returns empty array for both gui.App.argv and gui.App.fullArgv

but when I start my app with just executable

node-webkit.app/Contents/MacOS/node-webkit myapp

argvs are OK.

So I assume the problem is in your module's bin file..

Let me know if the latest v0.8.5-2 fixes this issue, it should. Thanks!