1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-09 18:29:18 +00:00
This commit is contained in:
Tw93
2025-12-08 18:59:52 +08:00
parent 1ffd677bf2
commit 88c5f92ac4
8 changed files with 38 additions and 38 deletions

View File

@@ -89,7 +89,7 @@ remove_apps_from_dock() {
fi
# Execute Python helper to prune dock entries for the given app paths
python3 - "$@" << 'PY' 2>/dev/null || return 0
python3 - "$@" << 'PY' 2> /dev/null || return 0
import os
import plistlib
import subprocess