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: