From 83ffa6a6e9c82af059155f3619ef4890e7ea9eca Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Mon, 3 Jun 2013 23:01:36 -0700 Subject: [PATCH] Updated app (markdown) --- app.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app.md b/app.md index 37636cc..c1bddcd 100644 --- a/app.md +++ b/app.md @@ -11,6 +11,14 @@ app.on('window-all-closed', function() { }); ``` +## Event: will-finish-launching + +Setup crash reporter and auto updater here. + +## Event: finish-launching + +Do final startup like creating browser window here. + ## Event: window-all-closed Emitted when all windows have been closed.