From 8d7130783143ae0f7d5c91c10fc9ebb3e2ec3ec6 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Mon, 27 Feb 2017 17:05:58 -0400 Subject: [PATCH] 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 --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 63579ec1..acbeaf39 100644 --- a/Makefile +++ b/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