Skip to content
This repository has been archived by the owner on Sep 20, 2021. It is now read-only.

Commit

Permalink
Fix missing icon in SteamVR dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
jacklul committed Aug 22, 2021
1 parent fba8488 commit 8ce09f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.1.0")]
[assembly: AssemblyFileVersion("0.1.0")]
[assembly: AssemblyVersion("1.0")]
[assembly: AssemblyFileVersion("0.1.1")]
4 changes: 3 additions & 1 deletion SteamVR-PhasmoMatrix.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,9 @@
</ItemGroup>
<ItemGroup>
<Content Include="Resources\logo.ico" />
<Content Include="Resources\logo.png" />
<Content Include="Resources\logo.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="packages\cef.redist.x64.3.2987.1601\build\cef.redist.x64.targets" Condition="Exists('packages\cef.redist.x64.3.2987.1601\build\cef.redist.x64.targets')" />
Expand Down

0 comments on commit 8ce09f7

Please sign in to comment.