Skip to content

Commit de522db

Browse files
Fix icon url to render on nuget.org
1 parent e9eb22d commit de522db

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
@@ -521,7 +521,7 @@ function Start-BuildPowerShellNativePackage
521521
<requireLicenseAcceptance>true</requireLicenseAcceptance>
522522
<description>Native binaries for PowerShell Core</description>
523523
<projectUrl>https://github.com/PowerShell/PowerShell</projectUrl>
524-
<iconUrl>https://github.com/PowerShell/PowerShell/blob/master/assets/Powershell_black_64.png</iconUrl>
524+
<iconUrl>https://github.com/PowerShell/PowerShell/blob/master/assets/Powershell_black_64.png?raw=true</iconUrl>
525525
<licenseUrl>https://github.com/PowerShell/PowerShell/blob/master/LICENSE.txt</licenseUrl>
526526
<tags>PowerShell</tags>
527527
<language>en-US</language>

0 commit comments

Comments
 (0)