fix(desktop): 应用图标 PNG 转 8-bit RGBA 修复 macOS 打包 - #1646
Conversation
tauri-bundler 生成 icns 时遇到 16-bit RGBA PNG 报 'unsupported ColorType: Rgba16'(仅 macOS 路径触发,Windows NSIS 用 .ico 不受影响)。四个 agenthub-icon-rounded-*.png 转为 8-bit RGBA, 位深校验通过(IHDR bitdepth=8)。
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (4)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
unsupported ColorType: Rgba16(仅 macOS 路径触发,Windows NSIS 用 .ico 不受影响)agenthub-icon-rounded-*.png转 8-bit RGBA(IHDR bitdepth=8 校验通过)Test plan