Fixed optipng ENOENT error on windows build.

This commit is contained in:
Akshay Joshi 2022-11-09 12:16:16 +05:30
parent a8b3042b49
commit d93c701cf6

View File

@ -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