Skip to content

Commit

Permalink
Use .ico instead of .png for extension icon
Browse files Browse the repository at this point in the history
  • Loading branch information
CanRanBan committed Jan 9, 2025
1 parent f285dd9 commit 662db99
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/Friendly Set Play Time.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
</None>
</ItemGroup>
<ItemGroup>
<None Include="Resources\FriendlySetPlayTimeIcon.png">
<None Include="Resources\FriendlySetPlayTimeIcon.ico">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion Source/extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Author: CanRanBan (Original version by erys)
Version: 0.5
Module: FriendlySetPlayTime.dll
Type: GenericPlugin
Icon: Resources\FriendlySetPlayTimeIcon.png
Icon: Resources\FriendlySetPlayTimeIcon.ico
Links:
- Name: GitHub (Source code)
Url: https://github.com/CanRanBan/PlayniteExtensionFork-FriendlySetPlayTime
Expand Down

0 comments on commit 662db99

Please sign in to comment.