Skip to content

Commit bea1c99

Browse files
committed
Also print out architecture in metadata
1 parent 47601c4 commit bea1c99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ try {
5757
)
5858

5959
$Arch = $Env:VSCMD_ARG_TGT_ARCH
60-
Write-Host "Using version '$Version' for metadata"
60+
Write-Host "Using version '$Version' and architecture '$Arch' for metadata"
6161
$base = (Get-Content $cwd/version.in.rc) `
6262
-replace '@VER_FILEVERSION_STR@',$Version `
6363
-replace '@VER_FILEVERSION@',($Version -Replace '\.',',') `

0 commit comments

Comments
 (0)