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