Skip to content

Commit

Permalink
correcting global file path reference
Browse files Browse the repository at this point in the history
  • Loading branch information
ebekker committed Jun 7, 2022
1 parent f556f1c commit c2aab67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<PackageIcon>zy-icon.png</PackageIcon>
</PropertyGroup>
<ItemGroup>
<None Include="res/img/zy-icon.png" Pack="true" Visible="false" PackagePath="" />
<None Include="$(MSBuildThisFileDirectory)res/img/zy-icon.png" Pack="true" Visible="false" PackagePath="" />
</ItemGroup>

<Import Project="$([MSBuild]::NormalizePath('$(MSBuildThisFileDirectory)', 'Versions.props'))" />
Expand Down

0 comments on commit c2aab67

Please sign in to comment.