This commit is contained in:
gVisor bot 2022-02-06 05:08:11 +08:00
parent a156c88a75
commit 26abe81d36

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)