Skip to content

Commit

Permalink
fix: Handle when Identity isn't full path
Browse files Browse the repository at this point in the history
  • Loading branch information
pictos committed Feb 22, 2024
1 parent 16571c1 commit 28aa645
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/.nuspec/Uno.Resizetizer.windows.skia.targets
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
<UnoIcon Remove="@(UnoIcon)"/>
<UnoIcon Include="@(_UnoIconLinked)"/>
</ItemGroup>

<ItemGroup Condition="'@(_UnoIconLinked)' == ''">
<UnoIcon Update="@(UnoIcon)" Link="%(UnoIcon.Identity)" Condition="'%(UnoIcon.Link)' == ''"/>
</ItemGroup>

</Target>

<Target
Expand Down

0 comments on commit 28aa645

Please sign in to comment.