-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update appcleaner extension #17115
base: main
Are you sure you want to change the base?
Update appcleaner extension #17115
Conversation
- fixes app icon finding crash - Merge branch \'contributions/merge-1739747587815\' - Pull contributions - Merge branch \'contributions/merge-1739747490405\' - Pull contributions - Merge branch \'contributions/merge-1739747471183\' - Pull contributions
Thank you for the update! 🎉 Due to our current reduced availability, the initial review may take up to 10-15 business days |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR Summary
This PR enhances the AppCleaner extension's icon handling capabilities by implementing robust fallback mechanisms for applications with non-standard folder structures.
- Added comprehensive icon path fallbacks in
src/lib/app-utils.ts
to handle apps without standard/Contents/Resources
structure - Improved icon file detection with support for both
.icns
and.png
formats using regex patterns - Simplified app filtering logic in
src/lib/app-manager.ts
by moving system app checks earlier in the process - Enhanced error handling for file system operations when scanning application directories
- Updated PearCleaner attribution in README with proper GitHub links
💡 (1/5) You can manually trigger the bot by mentioning @greptileai in a comment!
6 file(s) reviewed, 5 comment(s)
Edit PR Review Bot Settings | Greptile
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
Description
Screencast
Checklist
npm run build
and tested this distribution build in Raycastassets
folder are used by the extension itselfREADME
are placed outside of themetadata
folder