Skip to content

Commit

Permalink
Return manifest.vrmanifest to Program Files for the time being so use…
Browse files Browse the repository at this point in the history
…rs who currently have the Overlay installed won't have it broken.
  • Loading branch information
Soapwood committed Aug 6, 2024
1 parent e1d66da commit be49723
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
5 changes: 4 additions & 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.5.4</Version>
<Version>0.6.5.5</Version>
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
<Title>VXMusicDesktop</Title>
<Authors>VirtualXtensions</Authors>
Expand Down Expand Up @@ -59,6 +59,9 @@
<None Update="Overlay\Images\LastFmIconBase64.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="manifest.vrmanifest">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>

<ItemGroup>
Expand Down
16 changes: 16 additions & 0 deletions VXMusicDesktop/manifest.vrmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"source" : "builtin",
"applications": [{
"app_key": "virtualxtensions.VXMusic",
"launch_type": "binary",
"binary_path_windows": "C:\\Program Files\\VXMusic\\VXMusicDesktop.exe",
"is_dashboard_overlay": true,

"strings": {
"en_us": {
"name": "VXMusic",
"description": "VXMusic"
}
}
}]
}

0 comments on commit be49723

Please sign in to comment.