Skip to content

Commit b28de4c

Browse files
Fix typo in icon file path (#59)
1 parent 38fbfb7 commit b28de4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ function Start-BuildPowerShellNativePackage
595595
'@
596596

597597
$iconFileName = "Powershell_black_64.png"
598-
$iconPath = Join-Path $pwd -ChildPath "assets\$iconFileName" -Resolve
598+
$iconPath = Join-Path $PSScriptRoot -ChildPath "assets\$iconFileName" -Resolve
599599

600600
$Nuspec -f $Version, $iconPath | Out-File -FilePath (Join-Path $PackageRoot -ChildPath 'Microsoft.PowerShell.Native.nuspec') -Force
601601

0 commit comments

Comments
 (0)