luiseduardobrito/sample-chat-electron

How to compile from source?

jithurjacob opened this issue · 2 comments

Please add instructions for performing source compilation on Windows and other platforms

There are several commands in package.json to do it, did you tried running any of them?

To pack for windows, run:
npm run pack:win32

To pack for Mac run (OSX only)
npm run pack:win32

To pack them all (OSX only)
npm run pack:all

I'll try to update the docs with this information in the next few days.

Thank you. Closing the issue