mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 15:27:17 +00:00
chore: define S3_BUCKET
in Makefile (#1141)
We use that variable in the Makefile but we're not defining it, which means that maintainers publishing Etcher need to remember to pass that as an option. Signed-off-by: Juan Cruz Viotti <jviotti@openmailbox.org>
This commit is contained in:
parent
2ebef51d38
commit
8d71307831
1
Makefile
1
Makefile
@ -26,6 +26,7 @@ APPLICATION_COPYRIGHT = $(shell jq -r '.copyright' package.json)
|
||||
APPLICATION_CATEGORY = public.app-category.developer-tools
|
||||
APPLICATION_BUNDLE_ID = io.resin.etcher
|
||||
APPLICATION_FILES = lib,assets
|
||||
S3_BUCKET = resin-production-downloads
|
||||
|
||||
# Add the current commit to the version if release type is "snapshot"
|
||||
RELEASE_TYPE ?= snapshot
|
||||
|
Loading…
x
Reference in New Issue
Block a user