Skip to content

Commit

Permalink
fix: how do icon for real
Browse files Browse the repository at this point in the history
  • Loading branch information
zhudotexe committed Oct 5, 2023
1 parent 09e8785 commit 72e1a41
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions AutoSweep.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,8 @@
</ItemGroup>

<ItemGroup>
<ContentWithTargetPath Include="images\icon.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Visible>false</Visible>
<TargetPath>icon.png</TargetPath>
</ContentWithTargetPath>
<Content Include="images\icon.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
</Project>

0 comments on commit 72e1a41

Please sign in to comment.