From 408b2edb7414d945a35198a186457ceee8f93532 Mon Sep 17 00:00:00 2001 From: mappu Date: Sun, 13 Aug 2017 16:54:49 +1200 Subject: [PATCH] makefile: fix archiving source code --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 506c35b..58bdfd4 100644 --- a/Makefile +++ b/Makefile @@ -75,5 +75,5 @@ _dist/archive-$(VERSION)-win32.7z: build/win32/archive-server.exe build/win32/co ) _dist/archive-$(VERSION)-src.zip: $(SOURCES) - git archive --format=zip HEAD > _dist/archive-$(VERSION)-src.zip + hg archive --type=zip _dist/archive-$(VERSION)-src.zip