From 847c91503bc886196fa258413495a74b127be556 Mon Sep 17 00:00:00 2001 From: Clash-Mini Date: Sun, 6 Feb 2022 05:08:11 +0800 Subject: [PATCH] [build] --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8c8e3ccc..63e1c28b 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ NAME=Clash.Meta BINDIR=bin BRANCH=$(shell git rev-parse --abbrev-ref HEAD) VERSION=$(shell git describe --tags || echo "unknown version" ) -ifeq ($(BRANCH),Feature) +ifeq ($(BRANCH),Alpha) VERSION=alpha-$(shell git rev-parse --short HEAD) endif BUILDTIME=$(shell date -u)