Skip to content

Commit bc5f6a1

Browse files
committed
Fix etvr logo not showing up in module dll in vrcft
1 parent f67214f commit bc5f6a1

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

ETVRTrackingModule.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@
1616
</ItemGroup>
1717

1818
<ItemGroup>
19-
<None Update="Assets\ETVRLogo.png">
19+
<None Remove="Assets\ETVRLogo.png" />
20+
<EmbeddedResource Include="Assets\ETVRLogo.png">
2021
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
21-
</None>
22+
</EmbeddedResource>
2223
</ItemGroup>
2324

2425
<Target Name="PostBuild" AfterTargets="PostBuildEvent">

0 commit comments

Comments
 (0)