Skip to content

Commit

Permalink
cursor-vip update
Browse files Browse the repository at this point in the history
  • Loading branch information
kingparks committed Jan 13, 2025
1 parent 1799ce8 commit 6859eb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/i.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ fi;
# 如果是windows系统
if [[ $os_name == "windows" ]]; then
# 停掉正在运行cursor-vip
taskkill -f -im cursor-vip.exe || true
taskkill -f -im cursor-vip.exe > nul 2>&1 || true
desktop_dir=$(powershell -Command "[Environment]::GetFolderPath('Desktop')")
# 安装
curl -Lko ${desktop_dir}/cursor-vip.exe ${url}/cursor-vip_${os_name}_${hw_name}.exe
Expand Down
2 changes: 1 addition & 1 deletion build/ic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ fi;
# 如果是windows系统
if [[ $os_name == "windows" ]]; then
# 停掉正在运行cursor-vip
taskkill -f -im cursor-vip.exe || true
taskkill -f -im cursor-vip.exe > nul 2>&1 || true
desktop_dir=$(powershell -Command "[Environment]::GetFolderPath('Desktop')")
# 安装
curl -Lko ${desktop_dir}/cursor-vip.exe ${url}/cursor-vip_${os_name}_${hw_name}.exe
Expand Down

0 comments on commit 6859eb0

Please sign in to comment.