diff --git a/Makefile b/Makefile index 12666d500..d2ae0221f 100644 --- a/Makefile +++ b/Makefile @@ -9,6 +9,7 @@ export OTP_VSN ?= $(shell $(CURDIR)/scripts/get-otp-vsn.sh) export ELIXIR_VSN ?= $(shell $(CURDIR)/scripts/get-elixir-vsn.sh) export EMQX_DASHBOARD_VERSION ?= v0.36.0 export EMQX_REL_FORM ?= tgz +export QUICER_DOWNLOAD_FROM_RELEASE = 1 ifeq ($(OS),Windows_NT) export REBAR_COLOR=none FIND=/usr/bin/find