From b12c952a6a47f8c8ec6ab34c147124c954f0eb42 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Sat, 10 Jun 2017 13:37:36 -0400 Subject: [PATCH] chore: output build artifacts to dist/ (#1506) This is the directory where `electron-builder` will output build artifacts. Signed-off-by: Juan Cruz Viotti --- .gitignore | 3 +-- Makefile | 2 +- docs/PUBLISHING.md | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 77e89638..64cba886 100644 --- a/.gitignore +++ b/.gitignore @@ -29,8 +29,7 @@ node_modules bower_components # Compiled Electron releases -release/ -etcher-release/ +dist # Certificates *.spc diff --git a/Makefile b/Makefile index ad77451e..0b351dc4 100644 --- a/Makefile +++ b/Makefile @@ -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)) diff --git a/docs/PUBLISHING.md b/docs/PUBLISHING.md index 2cd05443..9cb4220c 100644 --- a/docs/PUBLISHING.md +++ b/docs/PUBLISHING.md @@ -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: