Icon name should match the file name#8371
Conversation
When building OpenMS on Windows and the source directory is on a case-sensitive file system the resource names must match the file names exactly.
WalkthroughTwo icon resource references in RC files are updated with corrected case-sensitive filenames: Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (2)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (11)
🔇 Additional comments (2)
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 |
Description
When building OpenMS on Windows and the source directory is on a case-sensitive file system the resource names must match the file names exactly.
Note: This change allows building on Windows when the source directory is on a case-sensitive file system. However, there are other (weird) issues that prevent having the build directory on a case-sensitive file system. I may address that in a future PR.
Summary by CodeRabbit