From 4323eb79f386c7f9c055e1e333c2bc40d3ab0e07 Mon Sep 17 00:00:00 2001 From: Skyxim Date: Sun, 1 May 2022 21:55:58 +0800 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 82a05b8c..f4775ed7 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ ifeq ($(BRANCH),Alpha) VERSION=alpha-$(shell git rev-parse --short HEAD) else ifeq ($(BRANCH),Beta) VERSION=beta-$(shell git rev-parse --short HEAD) -else ifeq ($(BRANCH),Meta) +else ifeq ($(BRANCH),HEAD) VERSION=$(shell git describe --tags) else VERSION=unknown