mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-23 19:26:33 +00:00
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:
parent
9bab3054e9
commit
b12c952a6a
3
.gitignore
vendored
3
.gitignore
vendored
@ -29,8 +29,7 @@ node_modules
|
||||
bower_components
|
||||
|
||||
# Compiled Electron releases
|
||||
release/
|
||||
etcher-release/
|
||||
dist
|
||||
|
||||
# Certificates
|
||||
*.spc
|
||||
|
2
Makefile
2
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))
|
||||
|
@ -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:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user