makefile: include date & time in opsz beta zip file

This commit is contained in:
Rasmus Andersson 2022-07-10 16:16:10 -07:00
parent 1d491a6764
commit fe870dd291

View file

@ -308,7 +308,7 @@ zip: all
zip_opsz_beta: $(FONTDIR)/var/Inter-V.var.ttf $(FONTDIR)/var/Inter-V.var.woff2
mkdir -p build/release
zip -j -q -X \
"build/release/Inter-opsz-beta-$(VERSION)-$(shell git rev-parse --short=10 HEAD).zip" \
"build/release/Inter_opsz_beta-$(VERSION)-$(shell date '+%Y%m%d_%H%M')-$(shell git rev-parse --short=10 HEAD).zip" \
$^
.PHONY: zip zip_opsz_beta