fix: 使用固定便携包清单名称 (#102)

This commit is contained in:
chengma
2026-08-10 15:10:03 +08:00
parent 870c95a79d
commit 4dbe519029
7 changed files with 13 additions and 11 deletions
+1 -1
View File
@@ -181,7 +181,7 @@ VSVersionInfo(
$manifestPath = Join-Path $releaseRoot "autobuy_manifest.json"
Invoke-Checked -FailureMessage "Failed to generate the release manifest" -Command {
& $buildPython (Join-Path $clientRoot "build_tools\release_manifest.py") `
--version $version --update $updateZip --portable $portableZip `
--version $version --update $updateZip --portable $portableLatestZip `
--output $manifestPath
}
$versionedManifestPath = Join-Path $releaseRoot "autobuy_manifest_$version.json"