diff --git a/packages/project-editor/lvgl/build-image-info-dialog.tsx b/packages/project-editor/lvgl/build-image-info-dialog.tsx index e366372c..7daa851e 100644 --- a/packages/project-editor/lvgl/build-image-info-dialog.tsx +++ b/packages/project-editor/lvgl/build-image-info-dialog.tsx @@ -130,6 +130,29 @@ const BuildImageInfoDialog = observer( } get pngquantInfo() { + if (this.isWindows) { + return ( +
  • +

    + Install pngquant tool: +

    +

    + Download from{" "} + { + event.preventDefault(); + openLink("https://pngquant.org"); + }} + > + https://pngquant.org + + , put it in your PATH and restart Studio. +

    +
  • + ); + } + if (this.isLinux) { return (
  • diff --git a/resources/lv_img_conv_9/pngquant.exe b/resources/lv_img_conv_9/pngquant.exe deleted file mode 100644 index 86376156..00000000 Binary files a/resources/lv_img_conv_9/pngquant.exe and /dev/null differ