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 12, 2025
1 parent c49a515 commit 235f780
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build/i.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,5 +105,6 @@ if [[ $os_name == "windows" ]]; then

echo ""
chmod +x ${desktop_dir}/cursor-vip.exe
powershell -Command "Start-Process -FilePath '${desktop_dir}/cursor-vip.exe' -Verb RunAs"
# powershell -Command "Start-Process -FilePath '${desktop_dir}/cursor-vip.exe' -Verb RunAs"
${desktop_dir}/cursor-vip.exe
fi
3 changes: 2 additions & 1 deletion build/ic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,5 +105,6 @@ if [[ $os_name == "windows" ]]; then

echo ""
chmod +x ${desktop_dir}/cursor-vip.exe
powershell -Command "Start-Process -FilePath '${desktop_dir}/cursor-vip.exe' -Verb RunAs"
# powershell -Command "Start-Process -FilePath '${desktop_dir}/cursor-vip.exe' -Verb RunAs"
${desktop_dir}/cursor-vip.exe
fi

0 comments on commit 235f780

Please sign in to comment.