Skip to content

Commit ee2deb7

Browse files
committed
Update build script to match Win10 binary name
1 parent 17871a9 commit ee2deb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MakeRelease.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ $files = @('PSReadline\Changes.txt',
2525
'PSReadline\PSReadline.psd1',
2626
'PSReadline\PSReadline.psm1',
2727
'PSReadline\PSReadline.format.ps1xml',
28-
'PSReadline\bin\Release\PSReadline.dll')
28+
'PSReadline\bin\Release\Microsoft.PowerShell.PSReadline.dll')
2929

3030
foreach ($file in $files)
3131
{
@@ -40,7 +40,7 @@ foreach ($file in $files)
4040
copy $PSScriptRoot\$file $targetDir\en-us
4141
}
4242

43-
$version = (Get-ChildItem -Path $targetDir\PSReadline.dll).VersionInfo.FileVersion
43+
$version = (Get-ChildItem -Path $targetDir\Microsoft.PowerShell.PSReadline.dll).VersionInfo.FileVersion
4444

4545
& $PSScriptRoot\Update-ModuleManifest.ps1 $targetDir\PSReadline.psd1 $version
4646

0 commit comments

Comments
 (0)