mirror of
https://github.com/tw93/Mole.git
synced 2026-03-22 23:05:08 +00:00
- Changed from `command -v PlistBuddy` to `[[ -x /usr/libexec/PlistBuddy ]]` - PlistBuddy is not in PATH, it's at /usr/libexec/PlistBuddy on macOS - Previous code would always return early, making Dock cleanup never work - Also improved fallback logic for already-deleted apps - Tested and verified Dock icons are now properly removed after uninstall