anaisbetts / grunt-build-atom-shell

Grunt task to build Electron and rebuild node modules
MIT License
122 stars 11 forks source link

*.asar #34

Closed wormen closed 9 years ago

wormen commented 9 years ago

tell me how to package an application using * .asar

anaisbetts commented 9 years ago

https://github.com/atom/electron-starter/blob/master/build/tasks/generate-asar.coffee should get you most of the way

wormen commented 9 years ago

No, I'm not talking about that ... I'm about ready application, where instead of the directory used * .asar

as an example

electron/resources/
└── app.asar
anaisbetts commented 9 years ago

Yep! That looks good