From fae65b97ec2e3564d8f28620b9aa8b3c3e163e2f Mon Sep 17 00:00:00 2001 From: "maze.y2b@gmail.com" Date: Fri, 3 Dec 2021 22:13:05 +0800 Subject: [PATCH] fix Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a3920fcd..c669d44e 100644 --- a/Makefile +++ b/Makefile @@ -2,8 +2,8 @@ NAME=Clash.Meta BINDIR=bin VERSION=$(shell git describe --tags || echo "unknown version") BUILDTIME=$(shell date -u) -GOBUILD=CGO_ENABLED=0 go build -trimpath -ldflags '-X "github.com/Clash-Mini/Clash.Meta/constant.Version=$(VERSION)" \ - -X "github.com/Clash-Mini/Clash.Meta/constant.BuildTime=$(BUILDTIME)" \ +GOBUILD=CGO_ENABLED=0 go build -trimpath -ldflags '-X "github.com/Dreamacro/clash/constant.Version=$(VERSION)" \ + -X "github.com/Dreamacro/clash/constant.BuildTime=$(BUILDTIME)" \ -w -s -buildid=' PLATFORM_LIST = \