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:
+1
-1
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user