From 5f60f9c26e172b75adeb07db5462ece5f03db049 Mon Sep 17 00:00:00 2001 From: Shaun Inman Date: Mon, 20 Mar 2023 20:31:21 -0400 Subject: [PATCH] =?UTF-8?q?forgot=20to=20change=20the=20b=20in=20zip=20nam?= =?UTF-8?q?es=20to=20a=20=F0=9F=98=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 967e914..f379e2e 100644 --- a/makefile +++ b/makefile @@ -15,7 +15,7 @@ endif BUILD_HASH!=git rev-parse --short HEAD RELEASE_TIME!=date +%Y%m%d -RELEASE_BASE=MinUI-$(RELEASE_TIME)b +RELEASE_BASE=MinUI-$(RELEASE_TIME)a RELEASE_DOT!=find ./releases/. -regex ".*/$(RELEASE_BASE)-[0-9]+-base\.zip" -printf '.' | wc -m RELEASE_NAME=$(RELEASE_BASE)-$(RELEASE_DOT)