Skip to content

Commit

Permalink
Fix windows binary name
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo Chacin <[email protected]>
  • Loading branch information
pablochacin committed Jan 16, 2023
1 parent 4b5bc3e commit 1a4fc9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/xk6disruptor.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<!-- Step 2: Add files to your installer package -->
<DirectoryRef Id="INSTALLDIR">
<Component Id="xk6disruptor.exe" Guid="*">
<File Id="xk6disruptor.exe" Name="xk6disruptor.exe" Source="xk6-disruptor-windows-amd64.exe" KeyPath="yes" />
<File Id="xk6disruptor.exe" Name="xk6-disruptor.exe" Source="xk6-disruptor-windows-amd64.exe" KeyPath="yes" />
</Component>
<!-- TODO: check this Guid! Must be unique? -->
<Component Id="PathEnv" Guid="2DFDBB7D-292E-462c-A3E3-2FA14FFCD05D" >
Expand Down

0 comments on commit 1a4fc9e

Please sign in to comment.