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
This commit is contained in:
煎饼果子卷鲨鱼辣椒 2025-02-07 11:56:22 +08:00
parent 76c7832b38
commit 3041fb84ca

View File

@ -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" && \