Skip to content

Commit

Permalink
Fix build commit in version statement
Browse files Browse the repository at this point in the history
  • Loading branch information
albexk authored and leninalive committed Oct 29, 2024
1 parent a45ec50 commit ed984c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ VERSION=$(shell git describe --always --dirty)
.github/workflows/release.yml \
Otherwise it is recommended to contact the project maintainers.

LDFLAGS = -X github.com/xtls/xray-core/core.build=$(VERSION) -s -w -buildid=
LDFLAGS = -X github.com/amnezia-vpn/amnezia-xray-core/core.build=$(VERSION) -s -w -buildid=
PARAMS = -trimpath -ldflags "$(LDFLAGS)" -v
MAIN = ./main
PREFIX ?= $(shell go env GOPATH)
Expand Down

0 comments on commit ed984c3

Please sign in to comment.