chore: output build artifacts to dist/ (#1506)

This is the directory where `electron-builder` will output build
artifacts.

Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
This commit is contained in:
Juan Cruz Viotti 2017-06-10 13:37:36 -04:00 committed by GitHub
parent 9bab3054e9
commit b12c952a6a
3 changed files with 3 additions and 4 deletions

3
.gitignore vendored
View File

@ -29,8 +29,7 @@ node_modules
bower_components
# Compiled Electron releases
release/
etcher-release/
dist
# Certificates
*.spc

View File

@ -3,7 +3,7 @@
# ---------------------------------------------------------------------
# This directory will be completely deleted by the `clean` rule
BUILD_DIRECTORY ?= release
BUILD_DIRECTORY ?= dist
# See http://stackoverflow.com/a/20763842/1641422
BUILD_DIRECTORY_PARENT = $(dir $(BUILD_DIRECTORY))

View File

@ -71,7 +71,7 @@ employee by asking for it from the relevant people.
Packaging
---------
The resulting installers will be saved to `release/out`.
The resulting installers will be saved to `dist/out`.
Run the following commands: