Skip to content

Commit

Permalink
Merge pull request #141 from janhohenheim/release
Browse files Browse the repository at this point in the history


Former-commit-id: 0594ab1
  • Loading branch information
janhohenheim authored Feb 15, 2023
2 parents fc49634 + 3a4d3ee commit e1e85d8
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 e1e85d8

Please sign in to comment.