From ebcae23ba13257a29b3fb8cf93514c39fc6ba95c Mon Sep 17 00:00:00 2001 From: EnixCoda Date: Sun, 17 Jul 2022 22:30:56 +0800 Subject: [PATCH] build: add step for safari --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index a3807ea..704761d 100755 --- a/Makefile +++ b/Makefile @@ -45,6 +45,7 @@ release: $(MAKE) compress-source $(MAKE) compress-env $(MAKE) compress-icons-into-source-for-mz-review + $(MAKE) copy-build-safari compress-source: git archive -o dist/source-$(FULL_VERSION).zip HEAD