From 3d908f1483e7034061197b614ca674ba7f000217 Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Thu, 7 Jan 2016 20:32:57 +0800 Subject: [PATCH] docs: Mention third party packing tools Fix #1723. --- docs/tutorial/application-distribution.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/tutorial/application-distribution.md b/docs/tutorial/application-distribution.md index d65bc08..e8b944e 100644 --- a/docs/tutorial/application-distribution.md +++ b/docs/tutorial/application-distribution.md @@ -118,3 +118,11 @@ a Grunt task has been created that will handle this automatically: This task will automatically handle editing the `.gyp` file, building from source, then rebuilding your app's native Node modules to match the new executable name. + +## Packaging Tools + +Apart from packaging your app manually, you can also choose to use third party +packaging tools to do the work for you: + +* [electron-packager](https://github.com/maxogden/electron-packager) +* [electron-builder](https://github.com/loopline-systems/electron-builder) -- 2.7.4