chore: update compression

This commit is contained in:
bridge
2026-02-02 22:24:02 +08:00
parent 56015265c6
commit d4cc50962c

View File

@@ -91,7 +91,7 @@ if ($SaveDirs) {
# ==============================================================================
# 5. Compress
# ==============================================================================
$ZipFileName = "${AppName}_${tag}.zip"
$ZipFileName = "AI_Cultivation_World_Simulator_${tag}.zip"
$ZipPath = Join-Path $RepoRoot "tmp\$ZipFileName"
if (Test-Path $ZipPath) {