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:
Xx
2024-12-13 16:13:54 +08:00
parent 98f6eab6de
commit 21aa297b39
14 changed files with 10 additions and 11 deletions

View File

@@ -2,7 +2,7 @@
setlocal EnableDelayedExpansion
:: 设置版本信息
set VERSION=2.0.0
set VERSION=2.5.0
:: 设置颜色代码
set "GREEN=[32m"

View File

@@ -6,7 +6,7 @@ RED='\033[0;31m'
NC='\033[0m' # No Color
# 版本信息
VERSION="2.0.0"
VERSION="2.5.0"
# 错误处理函数
handle_error() {