Skip to content

Commit

Permalink
chore: use main_binary_path instead of app_exe_source in wxs temp…
Browse files Browse the repository at this point in the history
…late
  • Loading branch information
lars-berger committed Sep 23, 2024
1 parent 235166d commit 9a9662a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/desktop/installer.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
</Component>

<Component Id="Path" Guid="{{path_component_guid}}" Win64="$(var.Win64)">
<File Id="Path" Source="{{app_exe_source}}" KeyPath="yes" Checksum="yes" />
<File Id="Path" Source="{{main_binary_path}}" KeyPath="yes" Checksum="yes" />

{{#each file_associations as |association| ~}}
{{#each association.ext as |ext| ~}}
Expand Down

0 comments on commit 9a9662a

Please sign in to comment.