[Feat]
1.Add DNS over QUIC support 2.Replace Country.mmdb with GeoIP.dat 3.build with Alpha tag
This commit is contained in:
parent
be0fadc09e
commit
63b9d66365
1 changed files with 3 additions and 4 deletions
5
Makefile
5
Makefile
|
@ -2,8 +2,8 @@ NAME=Clash.Meta
|
||||||
BINDIR=bin
|
BINDIR=bin
|
||||||
BRANCH=$(shell git rev-parse --abbrev-ref HEAD)
|
BRANCH=$(shell git rev-parse --abbrev-ref HEAD)
|
||||||
VERSION=$(shell git describe --tags || echo "unknown version" )
|
VERSION=$(shell git describe --tags || echo "unknown version" )
|
||||||
ifeq ($(BRANCH),Dev)
|
ifeq ($(BRANCH),Feature)
|
||||||
VERSION=$(shell git rev-parse --short HEAD)
|
VERSION=alpha-$(shell git rev-parse --short HEAD)
|
||||||
endif
|
endif
|
||||||
BUILDTIME=$(shell date -u)
|
BUILDTIME=$(shell date -u)
|
||||||
AUTOIPTABLES=Enable
|
AUTOIPTABLES=Enable
|
||||||
|
@ -20,7 +20,6 @@ PLATFORM_LIST = \
|
||||||
darwin-amd64 \
|
darwin-amd64 \
|
||||||
darwin-arm64 \
|
darwin-arm64 \
|
||||||
linux-amd64 \
|
linux-amd64 \
|
||||||
linux-amd64-AutoIptables\
|
|
||||||
linux-armv5 \
|
linux-armv5 \
|
||||||
linux-armv6 \
|
linux-armv6 \
|
||||||
linux-armv7 \
|
linux-armv7 \
|
||||||
|
|
Loading…
Reference in a new issue