Skip to content

Commit a8d9ad4

Browse files
More Wix file updates
1 parent 07e0c1b commit a8d9ad4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wix/dotnet-client-merge-module.wxs.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@
3636
<Directory Id='ExamplesFolder' Name='examples'>
3737
<Directory Id='BinExamplesFolder' Name='bin'>
3838
<Component Id='ExampleBinaries' Guid='1C270D1C-CD79-49D8-9413-E6211F52B5A8'>
39-
@FILES ../tmp/unzip/rabbitmq-dotnet-client-@VERSION@-dotnet-3.5/bin -name *.exe
39+
@FILES ../tmp/unzip/rabbitmq-dotnet-client-@VERSION@/bin -name *.exe
4040
</Component>
4141
</Directory>
4242

4343
<Directory Id='SrcExamplesFolder' Name='src'>
4444
<Component Id='ExampleSources' Guid='962896C3-D476-4C8E-B5F3-BE963D566A49'>
45-
@FILES ../tmp/unzip/rabbitmq-dotnet-client-@VERSION@-dotnet-3.5/projects/examples/client -name *.cs -not -name AssemblyInfo.cs
45+
@FILES ../tmp/unzip/rabbitmq-dotnet-client-@VERSION@/projects/examples/client -name *.cs -not -name AssemblyInfo.cs
4646
</Component>
4747
</Directory>
4848

0 commit comments

Comments
 (0)