Skip to content

Commit bd20852

Browse files
committed
Top-level strings folder
1 parent 8b42d5d commit bd20852

8 files changed

Lines changed: 4 additions & 1 deletion

File tree

plugin_OpenVR/Pages/SettingsPage.axaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ public int InstallVrApplicationManifest()
258258

259259
// Copy the icon
260260
var icon = new FileInfo(Path.Join(
261-
Directory.GetParent(Environment.ProcessPath!)!.FullName, "Assets", "ktvr.png"));
261+
Directory.GetParent(Environment.ProcessPath!)!.FullName, "Assets", "Visuals", "ktvr.png"));
262262

263263
if (icon.Exists)
264264
icon.CopyTo(Path.Join(Host.PathHelper.LocalFolder.FullName, DataParent.DriverFolderName, "ktvr.png"), true);

plugin_OpenVR/plugin_OpenVR.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@
3939
<Content Include="Assets\**">
4040
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
4141
</Content>
42+
<Content Include="Strings\**">
43+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
44+
</Content>
4245
<Compile Include="..\vendor\openvr\headers\openvr_api.cs" Link="vendor\openvr_api.cs">
4346
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
4447
</Compile>

0 commit comments

Comments
 (0)