mirror of
https://github.com/yuaotian/go-cursor-help.git
synced 2026-03-07 22:33:39 +00:00
feat: Update version to 2.5.0 and enhance installation scripts
- Updated version number to 2.5.0 across all relevant files for consistency. - Removed obsolete version 2.0.0 binaries and added new binaries for version 2.5.0 for various platforms (Windows, Linux, macOS). - Updated installation scripts (`cursor_modifier.bat`, `cursor_modifier.sh`, `install.sh`, and `build_all` scripts) to reflect the new version. - Revised README.md to include updated installation instructions and links to the new binaries, ensuring users have accurate and up-to-date information. These changes collectively improve the application's usability and ensure users can access the latest version seamlessly.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
setlocal EnableDelayedExpansion
|
||||
|
||||
:: 设置版本信息
|
||||
set VERSION=2.0.0
|
||||
set VERSION=2.5.0
|
||||
|
||||
:: 设置颜色代码
|
||||
set "GREEN=[32m"
|
||||
|
||||
@@ -6,7 +6,7 @@ RED='\033[0;31m'
|
||||
NC='\033[0m' # No Color
|
||||
|
||||
# 版本信息
|
||||
VERSION="2.0.0"
|
||||
VERSION="2.5.0"
|
||||
|
||||
# 错误处理函数
|
||||
handle_error() {
|
||||
|
||||
Reference in New Issue
Block a user