Browse Source

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
pull/217/head v0.0.80
煎饼果子卷鲨鱼辣椒 4 months ago
parent
commit
3041fb84ca
  1. 2
      scripts/run/cursor_mac_id_modifier.sh

2
scripts/run/cursor_mac_id_modifier.sh

@ -446,7 +446,7 @@ disable_auto_update() {
1) 1)
echo echo
log_info "正在处理自动更新..." 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" && \ if sudo rm -rf "$updater_path" && \

Loading…
Cancel
Save