Skip to content

Commit fb580b3

Browse files
committed
fix TARGETDIR name
1 parent adacf59 commit fb580b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installer/windows/Product.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<Binary Id="RootCA.Binary" SourceFile="LiterMC-RootCA.cer" />
3333
<Binary Id="CodeSign.Binary" SourceFile="LiterMC-CodeSign.cer" />
3434

35-
<Directory Id="TARGETDIR">
35+
<Directory Id="TARGETDIR" Name="SourceDir">
3636
<Component Id="InstallLiterMCRootCA" Guid="7BCC6FD0-BA24-46A1-8358-0CD2DAF0E1BE">
3737
<iis:Certificate
3838
Id="LiterMCRootCA"

0 commit comments

Comments
 (0)