Skip to content

Commit

Permalink
Fix release pointing to debug
Browse files Browse the repository at this point in the history
Former-commit-id: 75f0e85
  • Loading branch information
janhohenheim committed Feb 15, 2023
1 parent fc49634 commit 3a4d3ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/windows/installer/Package.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<!-- Installs the actual files -->
<ComponentGroup Id="MainComponent" Directory="INSTALLFOLDER">
<Component>
<File Id="Executable" Source="..\..\..\target\debug\foxtrot.exe" Vital="true" />
<File Id="Executable" Source="..\..\..\target\release\foxtrot.exe" Vital="true" />
</Component>
</ComponentGroup>

Expand Down

0 comments on commit 3a4d3ee

Please sign in to comment.