Skip to content

Commit

Permalink
Fix path to release binary for installer
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaughan committed Feb 3, 2020
1 parent 729346b commit cb86b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/windows/wix/sonic-pi.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<Directory Id="QT" Name="qt">
<Directory Id="RELEASE" Name="release">
<Component Id="SONIC_PI.EXE" DiskId="1" Guid="BA4C72F9-C198-436A-B1E2-B2DF8EC65960">
<File Id="SONIC_PI.EXE" Name="sonic-pi.exe" Source="SourceDir\app\gui\qt\release\sonic-pi.exe" />
<File Id="SONIC_PI.EXE" Name="sonic-pi.exe" Source="SourceDir\app\gui\qt\build\Release\sonic-pi.exe" />

</Component>
</Directory>
Expand Down

0 comments on commit cb86b99

Please sign in to comment.