This commit is contained in:
Clash-Mini 2022-02-06 05:08:11 +08:00
parent ca8ed0a01b
commit 847c91503b

View file

@ -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)