Skip to content

Commit

Permalink
[BUG] VXLogoSmallBase64.txt not found when using SteamVR Notifications.
Browse files Browse the repository at this point in the history
  • Loading branch information
Soapwood committed Jul 24, 2024
1 parent e193b1e commit 8e88497
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VXMusic/Notifications/SteamVR/SteamVRNotificationClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ as ILogger<SteamVRNotificationClient> ??
_steamVrNotificationClient.Show();

DefaultVxLogo = File.ReadAllText(
Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "Images", "VXLogoSmallBase64.txt"));
Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "Overlay", "Images", "VXLogoSmallBase64.txt"));
}

public void SendNotification(NotificationLevel level, string title, string content, int timeout)
Expand Down
2 changes: 1 addition & 1 deletion VXMusicDesktop/VXMusicDesktop.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PackageIcon>VXLogo.png</PackageIcon>
<ApplicationIcon>Images\VXLogoIcon.ico</ApplicationIcon>
<RunPostBuildEvent>Always</RunPostBuildEvent>
<Version>0.6.4.7</Version>
<Version>0.6.4.8</Version>
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
<Title>VXMusicDesktop</Title>
<Authors>VirtualXtensions</Authors>
Expand Down

0 comments on commit 8e88497

Please sign in to comment.