From 147608a3274ef7d06d50c4d4a7cc4cd7d49f1e62 Mon Sep 17 00:00:00 2001 From: mappu Date: Mon, 31 Dec 2018 19:02:58 +1300 Subject: [PATCH] hg2git: fix source tarball generation in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ef5467f..6173739 100644 --- a/Makefile +++ b/Makefile @@ -69,5 +69,5 @@ _dist/contented-$(VERSION)-win32.7z: build/win32/contented.exe ) _dist/contented-$(VERSION)-src.zip: $(SOURCES) - hg archive --type=zip _dist/contented-$(VERSION)-src.zip + git archive HEAD -o _dist/contented-$(VERSION)-src.zip