summaryrefslogtreecommitdiffstats
path: root/data/wixl/opus.wxi
diff options
context:
space:
mode:
Diffstat (limited to 'data/wixl/opus.wxi')
-rw-r--r--data/wixl/opus.wxi17
1 files changed, 17 insertions, 0 deletions
diff --git a/data/wixl/opus.wxi b/data/wixl/opus.wxi
new file mode 100644
index 0000000..4d113e1
--- /dev/null
+++ b/data/wixl/opus.wxi
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Include xmlns="http://schemas.microsoft.com/wix/2006/wi">
+ <Fragment>
+ <DirectoryRef Id="INSTALLDIR">
+ <Directory Id="dir84E64C7B172B991C514AAFD74A64D747" Name="bin">
+ <Component Win64="$(var.Win64)" Id="cmp84E64C7B172B991C514AAFD74A64D747" Guid="*">
+ <File Id="fil4C0B199B9B8D33356817866298AC1B7E" KeyPath="yes" Source="$(var.SourceDir)/bin/libopus-0.dll"/>
+ </Component>
+ </Directory>
+ </DirectoryRef>
+ </Fragment>
+ <Fragment>
+ <ComponentGroup Id="CG.opus">
+ <ComponentRef Id="cmp84E64C7B172B991C514AAFD74A64D747"/>
+ </ComponentGroup>
+ </Fragment>
+</Include>