Update extension manifest and include in build

dashboard
Pat Hartl 2023-01-25 21:07:15 -06:00
parent e4c60c2324
commit 6191d647f6
3 changed files with 8 additions and 3 deletions

View File

@ -108,8 +108,13 @@
</Compile>
</ItemGroup>
<ItemGroup>
<Content Include="icon.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<None Include="app.config" />
<None Include="extension.yaml" />
<Content Include="extension.yaml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>

View File

@ -1,6 +1,6 @@
Id: LANCommander.PlaynitePlugin_48e1bac7-e0a0-45d7-ba83-36f5e9e959fc
Name: LANCommander Playnite Extension
Author: Pat Hartl
Name: LANCommander Playnite Library
Author: DoctorDalek
Version: 1.0
Module: LANCommander.PlaynitePlugin.dll
Type: GameLibrary

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB