makefile: fix archiving source code
This commit is contained in:
parent
b3d25a25fc
commit
408b2edb74
2
Makefile
2
Makefile
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user