aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorPascal Quantin <pascal@wireshark.org>2020-10-04 16:40:15 +0200
committerPascal Quantin <pascal@wireshark.org>2020-10-04 16:40:15 +0200
commitf52e62ac9f716f135f0a28224fd1c73cae7615b4 (patch)
treee0b3f8595a64c5cc6fa4fe91a737ead923786fcd /packaging
parent1936fef77a42267ca65ef321a73cf75ea7f05330 (diff)
Windows: fix WiX installer
Diffstat (limited to 'packaging')
-rw-r--r--packaging/wix/Plugins.wxi2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/wix/Plugins.wxi b/packaging/wix/Plugins.wxi
index e6dfd04fa0..0b53cf485a 100644
--- a/packaging/wix/Plugins.wxi
+++ b/packaging/wix/Plugins.wxi
@@ -130,7 +130,7 @@
<File Id="filILBC_dll" KeyPath="yes" Source="$(var.Plugins.Dir)\$(var.WiresharkMajorVersion).$(var.WiresharkMinorVersion)\codecs\ilbc.dll" />
</Component>
<Component Id="cmpOPUS_dll" Guid="*">
- <File Id="filOPUS_dll" KeyPath="yes" Source="$(var.Plugins.Dir)\$(var.WiresharkMajorVersion).$(var.WiresharkMinorVersion)\codecs\opus_dec.dll" />
+ <File Id="filOPUS_dec_dll" KeyPath="yes" Source="$(var.Plugins.Dir)\$(var.WiresharkMajorVersion).$(var.WiresharkMinorVersion)\codecs\opus_dec.dll" />
</Component>
</DirectoryRef>
</Fragment>