chore: rename app to 自动化工具 and exe/release to CMBot

Functional/build-level rename only:
- version.py APP_NAME -> 自动化工具 (window title)
- build.ps1 exe/release name AutoPrint -> CMBot
- docs packaging/structure examples AutoPrint -> CMBot

Descriptive product name in narrative docs is left unchanged.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-17 15:18:38 +08:00
co-authored by Claude Opus 4.8
parent edcd5d1e18
commit 97341a5831
4 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ $DefaultConfigDir = Join-Path $RootDir "packaging\default_config"
$BuildDir = Join-Path $RootDir "build"
$DistDir = Join-Path $RootDir "dist"
$ReleaseRoot = Join-Path $RootDir "release"
$AppExeName = "AutoPrint"
$AppExeName = "CMBot"
function Read-VersionValue {
param(