We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e275ef5 commit 1215ac3Copy full SHA for 1215ac3
cli/src/main/wix/Bundle/Cyberduck CLI-WiX.wxs
@@ -10,7 +10,7 @@
10
<Directory Id="INSTALLFOLDER"
11
Name="!(bind.Property.ProductName)">
12
<Files Include="$(duck.TargetDir)**">
13
- <Exclude Files="**.pdb" />
+ <Exclude Files="$(duck.TargetDir)**.pdb" />
14
</Files>
15
16
<Component Id="SetEnvironment"
windows/src/main/wix/Bundle/Cyberduck.wxs
@@ -33,7 +33,7 @@
33
34
<ComponentGroup Id="Package">
35
<Files Directory="INSTALLFOLDER" Include="$(Cyberduck.TargetDir)**">
36
- <Exclude Files="$(Cyberduck.TargetPath);**.pdb" />
+ <Exclude Files="$(Cyberduck.TargetPath);$(Cyberduck.TargetDir)**.pdb" />
37
38
39
<Component Id="InstallLocationRegistrySearch">
0 commit comments