bwin / grunt-asar

Grunt plugin to generate asar archives for atom-shell.
MIT License
14 stars 8 forks source link

Is it possible to unpack with this grunt task? #4

Open lipis opened 8 years ago

lipis commented 8 years ago

https://github.com/mikaelbr/node-notifier#electron-packaging

Basically I want to be able to do the following via a Grunt task

asar pack . app.asar --unpack "./node_modules/node-notifier/vendor/**"