mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2024-11-16 11:42:43 +08:00
[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
095a65abd9
commit
7e25ef507a
5
Makefile
5
Makefile
|
@ -2,8 +2,8 @@ NAME=Clash.Meta
|
|||
BINDIR=bin
|
||||
BRANCH=$(shell git rev-parse --abbrev-ref HEAD)
|
||||
VERSION=$(shell git describe --tags || echo "unknown version" )
|
||||
ifeq ($(BRANCH),Dev)
|
||||
VERSION=$(shell git rev-parse --short HEAD)
|
||||
ifeq ($(BRANCH),Feature)
|
||||
VERSION=alpha-$(shell git rev-parse --short HEAD)
|
||||
endif
|
||||
BUILDTIME=$(shell date -u)
|
||||
AUTOIPTABLES=Enable
|
||||
|
@ -20,7 +20,6 @@ PLATFORM_LIST = \
|
|||
darwin-amd64 \
|
||||
darwin-arm64 \
|
||||
linux-amd64 \
|
||||
linux-amd64-AutoIptables\
|
||||
linux-armv5 \
|
||||
linux-armv6 \
|
||||
linux-armv7 \
|
||||
|
|
Loading…
Reference in New Issue
Block a user