--
You received this message because you are subscribed to the Google Groups "node-webkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to node-webkit...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
--
You received this message because you are subscribed to a topic in the Google Groups "node-webkit" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/node-webkit/P_NkOs1N0CU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to node-webkit...@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "node-webkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to node-webkit...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Thanks for the hint. There was a small bug in the unzip process. It's fixed and published to npm @ 0.1.3
Steffen
You received this message because you are subscribed to a topic in the Google Groups "node-webkit" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/node-webkit/P_NkOs1N0CU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to node-webkit...@googlegroups.com.
By default the build process takes everything that is in the src folder, packs it and merges it the win/mac file.
I've read today that for mac it could just copy everything into node-webkit.app/Contents/Resources/ without zipping it.
You could make a pull request for that. Otherwise just replace the nw.icns in node-webkit.app/Contents/Resources/nw.icns

src: ['./app/**/*'] // Your node-wekit app
--