mirror of
https://github.com/yuaotian/go-cursor-help.git
synced 2025-06-08 12:32:06 +08:00
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:
parent
76c7832b38
commit
3041fb84ca
@ -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" && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user