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