From 3041fb84ca61dff758a286c85b43ab51f882d507 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=85=8E=E9=A5=BC=E6=9E=9C=E5=AD=90=E5=8D=B7=E9=B2=A8?= =?UTF-8?q?=E9=B1=BC=E8=BE=A3=E6=A4=92?= Date: Fri, 7 Feb 2025 11:56:22 +0800 Subject: [PATCH] fix: Update Cursor auto-update cache directory path - Corrected the path for the Cursor updater cache directory - Changed from `~/Library/Application Support/cursor-updater` to `~/Library/Application Support/Caches/cursor-updater` - Ensures proper auto-update disabling process on macOS --- scripts/run/cursor_mac_id_modifier.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run/cursor_mac_id_modifier.sh b/scripts/run/cursor_mac_id_modifier.sh index 491d497..c176fcc 100644 --- a/scripts/run/cursor_mac_id_modifier.sh +++ b/scripts/run/cursor_mac_id_modifier.sh @@ -446,7 +446,7 @@ disable_auto_update() { 1) echo log_info "正在处理自动更新..." - local updater_path="$HOME/Library/Application Support/cursor-updater" + local updater_path="$HOME/Library/Application Support/Caches/cursor-updater" # 尝试自动执行 if sudo rm -rf "$updater_path" && \