From 48174507e20a68e3c89a6fc70e335535484d4907 Mon Sep 17 00:00:00 2001 From: EnixCoda Date: Tue, 17 Nov 2020 23:05:00 +0800 Subject: [PATCH] build: only compress icons for source --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 85b4ad0..d4aeeb8 100755 --- a/Makefile +++ b/Makefile @@ -42,4 +42,4 @@ compress-env: zip dist/source-$(FULL_VERSION).zip .env compress-icons-into-source-for-mz-review: - zip -r dist/source-$(FULL_VERSION).zip vscode-icons + zip -r dist/source-$(FULL_VERSION).zip vscode-icons/icons