1.Add DNS over QUIC support
2.Replace Country.mmdb with GeoIP.dat
3.build with Alpha tag
This commit is contained in:
Clash-Mini 2022-01-27 12:45:11 +08:00
parent be0fadc09e
commit 63b9d66365

View file

@ -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 \
@ -150,4 +149,4 @@ all-arch: $(PLATFORM_LIST) $(WINDOWS_ARCH_LIST)
releases: $(gz_releases) $(zip_releases) releases: $(gz_releases) $(zip_releases)
clean: clean:
rm $(BINDIR)/* rm $(BINDIR)/*