mirror of
https://github.com/Ellpeck/TinyLifeExampleMod.git
synced 2024-11-05 13:39:09 +01:00
allow mods to have a steam workshop thumbnail
This commit is contained in:
parent
f6c82cefd3
commit
150a8eae24
2 changed files with 3 additions and 0 deletions
|
@ -20,5 +20,8 @@
|
||||||
<Content Include="./Content/**">
|
<Content Include="./Content/**">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
|
<Content Include="SteamThumbnail.png">
|
||||||
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
|
</Content>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
||||||
|
|
BIN
SteamThumbnail.png
Normal file
BIN
SteamThumbnail.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.2 KiB |
Loading…
Reference in a new issue