mirror of
https://github.com/tw93/Mole.git
synced 2026-02-12 23:50:15 +00:00
bug-fix: add hardcoded directories for raycast removal
This commit is contained in:
@@ -1104,6 +1104,8 @@ find_app_files() {
|
|||||||
files_to_clean+=("$p")
|
files_to_clean+=("$p")
|
||||||
done < <(command find "$parent" -maxdepth 1 -type d -iname "*raycast*" -print0 2> /dev/null)
|
done < <(command find "$parent" -maxdepth 1 -type d -iname "*raycast*" -print0 2> /dev/null)
|
||||||
done
|
done
|
||||||
|
[[ -d "$HOME/Library/Containers/com.raycast.macos.BrowserExtension" ]] && files_to_clean+=("$HOME/Library/Containers/com.raycast.macos.BrowserExtension")
|
||||||
|
[[ -d "$HOME/Library/Containers/com.raycast.macos.RaycastAppIntents" ]] && files_to_clean+=("$HOME/Library/Containers/com.raycast.macos.RaycastAppIntents")
|
||||||
if [[ -d "$HOME/Library/Caches" ]]; then
|
if [[ -d "$HOME/Library/Caches" ]]; then
|
||||||
while IFS= read -r -d '' p; do
|
while IFS= read -r -d '' p; do
|
||||||
files_to_clean+=("$p")
|
files_to_clean+=("$p")
|
||||||
|
|||||||
Reference in New Issue
Block a user