Browse Source

feat: Add Cursor application path definition for file modification

- Defined a clear path constant for the Cursor application
- Prepared for future file modification operations
- Improved script configuration with explicit application location
pull/231/head v0.0.95
煎饼果子卷鲨鱼辣椒 4 months ago
parent
commit
11cda5b82d
  1. 3
      scripts/run/cursor_mac_id_modifier.sh

3
scripts/run/cursor_mac_id_modifier.sh

@ -46,7 +46,8 @@ fi
STORAGE_FILE="$HOME/Library/Application Support/Cursor/User/globalStorage/storage.json" STORAGE_FILE="$HOME/Library/Application Support/Cursor/User/globalStorage/storage.json"
BACKUP_DIR="$HOME/Library/Application Support/Cursor/User/globalStorage/backups" BACKUP_DIR="$HOME/Library/Application Support/Cursor/User/globalStorage/backups"
# 定义 Cursor 应用程序路径
CURSOR_APP_PATH="/Applications/Cursor.app"
# 检查权限 # 检查权限
check_permissions() { check_permissions() {

Loading…
Cancel
Save