mirror of
https://github.com/riegera2412/UVtools.git
synced 2026-07-08 17:42:31 +02:00
Change MSI ProductVersion variable name
This commit is contained in:
@@ -231,7 +231,7 @@ $msbuild = $null
|
||||
foreach($path in $msbuildPaths) {
|
||||
if (Test-Path -Path $path -PathType Leaf)
|
||||
{
|
||||
$msbuild = "`"$path`" /t:Build /p:Configuration=`"$buildWith`" /p:MSIProductVersion=`"$version`" /p:HarvestPath=`"$msiSourceFiles`""
|
||||
$msbuild = "`"$path`" /t:Build /p:Configuration=`"$buildWith`" /p:ProductVersion=`"$version`" /p:HarvestPath=`"$msiSourceFiles`""
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user