summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@notion.se>2022-05-31 22:57:19 +0300
committerRasmus Andersson <rasmus@notion.se>2022-05-31 22:57:19 +0300
commit05887f8a314260e486221e4b9e25f5e9cfbf5906 (patch)
tree27efe897cbc066c684872a9d07fca765395f70a4 /Makefile
parent36659ddc5655ba4cf99431fbe381b63bd3e3f2a3 (diff)
downloadinter-05887f8a314260e486221e4b9e25f5e9cfbf5906.tar.xz
tooling: include web font in opsz beta zip archives
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ae59b7626..deaf04f98 100644
--- a/Makefile
+++ b/Makefile
@@ -308,7 +308,7 @@ zip: all
bash misc/makezip2.sh -reveal-in-finder \
"build/release/Inter-$(VERSION)-$(shell git rev-parse --short=10 HEAD).zip"
-zip_opsz_beta: $(FONTDIR)/var/Inter-V.var.ttf
+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" \