From d93c701cf6a678a1a25172239e2e08f4ca8cb3f3 Mon Sep 17 00:00:00 2001 From: Akshay Joshi Date: Wed, 9 Nov 2022 12:16:16 +0530 Subject: [PATCH] Fixed optipng ENOENT error on windows build. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ca47f321c..d434ceaf5 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ appbundle: ./pkg/mac/build.sh install-node: - cd web && yarn install + cd web && yarn install && npm rebuild bundle: cd web && yarn run bundle