fix: 使用固定便携包清单名称 (#102)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user