mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2024-11-16 19:56:51 +08:00
[build]
This commit is contained in:
parent
a156c88a75
commit
26abe81d36
2
Makefile
2
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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user