mirror of
https://github.com/tw93/Mole.git
synced 2026-02-08 09:09:22 +00:00
fix(uninstall): detect Maestro Studio .mobiledev and add regression test (#421)
This commit is contained in:
@@ -1106,6 +1106,11 @@ find_app_files() {
|
||||
[[ "$bundle_id" =~ microsoft.*vscode ]] && [[ -d ~/.vscode ]] && files_to_clean+=("$HOME/.vscode")
|
||||
[[ "$app_name" =~ Docker ]] && [[ -d ~/.docker ]] && files_to_clean+=("$HOME/.docker")
|
||||
|
||||
# 6.1 Maestro Studio
|
||||
if [[ "$bundle_id" == "com.maestro.studio" ]] || [[ "$lowercase_name" =~ maestro[[:space:]]*studio ]]; then
|
||||
[[ -d ~/.mobiledev ]] && files_to_clean+=("$HOME/.mobiledev")
|
||||
fi
|
||||
|
||||
# 7. Raycast
|
||||
if [[ "$bundle_id" == "com.raycast.macos" ]]; then
|
||||
# Standard user directories
|
||||
|
||||
Reference in New Issue
Block a user