Update extension manifest and include in build
parent
e4c60c2324
commit
6191d647f6
|
@ -108,8 +108,13 @@
|
||||||
</Compile>
|
</Compile>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
<Content Include="icon.png">
|
||||||
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
|
</Content>
|
||||||
<None Include="app.config" />
|
<None Include="app.config" />
|
||||||
<None Include="extension.yaml" />
|
<Content Include="extension.yaml">
|
||||||
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
|
</Content>
|
||||||
<None Include="packages.config" />
|
<None Include="packages.config" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Id: LANCommander.PlaynitePlugin_48e1bac7-e0a0-45d7-ba83-36f5e9e959fc
|
Id: LANCommander.PlaynitePlugin_48e1bac7-e0a0-45d7-ba83-36f5e9e959fc
|
||||||
Name: LANCommander Playnite Extension
|
Name: LANCommander Playnite Library
|
||||||
Author: Pat Hartl
|
Author: DoctorDalek
|
||||||
Version: 1.0
|
Version: 1.0
|
||||||
Module: LANCommander.PlaynitePlugin.dll
|
Module: LANCommander.PlaynitePlugin.dll
|
||||||
Type: GameLibrary
|
Type: GameLibrary
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 9.1 KiB |
Loading…
Reference in New Issue