Skip to content

Commit

Permalink
[Bug] VXMusic not running after install. Reset output directory after…
Browse files Browse the repository at this point in the history
… installing Overlay.
  • Loading branch information
Soapwood committed Jul 20, 2024
1 parent d1ab8e7 commit 4b9ffda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Installer/VXMusic.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ Section "MainSection" SEC01
CreateDirectory "$LOCALAPPDATA\VirtualXtensions\VXMusic\Overlay"
File /r "${SOURCE_PATH}\Publish\x64\Overlay\*.*"

SetOutPath $INSTDIR
SectionEnd

# Uninstaller section
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.3</Version>
<Version>0.6.4.4</Version>
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
<Title>VXMusicDesktop</Title>
<Authors>VirtualXtensions</Authors>
Expand Down

0 comments on commit 4b9ffda

Please sign in to comment.