Skip to content

Commit

Permalink
fix TARGETDIR name
Browse files Browse the repository at this point in the history
  • Loading branch information
zyxkad committed Mar 11, 2024
1 parent adacf59 commit fb580b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/windows/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<Binary Id="RootCA.Binary" SourceFile="LiterMC-RootCA.cer" />
<Binary Id="CodeSign.Binary" SourceFile="LiterMC-CodeSign.cer" />

<Directory Id="TARGETDIR">
<Directory Id="TARGETDIR" Name="SourceDir">
<Component Id="InstallLiterMCRootCA" Guid="7BCC6FD0-BA24-46A1-8358-0CD2DAF0E1BE">
<iis:Certificate
Id="LiterMCRootCA"
Expand Down

0 comments on commit fb580b3

Please sign in to comment.