makefile: fix archiving source code

This commit is contained in:
mappu 2017-08-13 16:54:49 +12:00
parent b3d25a25fc
commit 408b2edb74
1 changed files with 1 additions and 1 deletions

View File

@ -75,5 +75,5 @@ _dist/archive-$(VERSION)-win32.7z: build/win32/archive-server.exe build/win32/co
) )
_dist/archive-$(VERSION)-src.zip: $(SOURCES) _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