Skip to content

Commit

Permalink
Attempt 2: Fix issue with VXMusic ico disappearing in Start Menu and …
Browse files Browse the repository at this point in the history
…Desktop Shortcut after user has updated though the Autoupdater.
  • Loading branch information
Soapwood committed Jul 31, 2024
1 parent 5232776 commit 0f261b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 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.4.24</Version>
<Version>0.6.4.25</Version>
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
<Title>VXMusicDesktop</Title>
<Authors>VirtualXtensions</Authors>
Expand Down Expand Up @@ -103,6 +103,7 @@
</Resource>
<Content Include="Images\VXLogoIcon.ico">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<TargetPath>VXLogoIcon.ico</TargetPath>
</Content>
<None Remove="Images\SaveIconBlack.png" />
<None Remove="Images\SaveIconWhite.png" />
Expand Down

0 comments on commit 0f261b9

Please sign in to comment.