Skip to content

Commit b93524d

Browse files
committed
Skip PDBs
1 parent 825b951 commit b93524d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cli/src/main/wix/Bundle/Cyberduck CLI-WiX.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<Directory Id="INSTALLFOLDER"
1111
Name="!(bind.Property.ProductName)">
1212
<Files Include="$(duck.TargetDir)**">
13-
<Exclude Files="**.pdb" />
13+
<Exclude Files="$(duck.TargetDir)**.pdb" />
1414
</Files>
1515

1616
<Component Id="SetEnvironment"

windows/src/main/wix/Bundle/Cyberduck.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
<ComponentGroup Id="Package">
3535
<Files Directory="INSTALLFOLDER" Include="$(Cyberduck.TargetDir)**">
36-
<Exclude Files="$(Cyberduck.TargetPath);**.pdb" />
36+
<Exclude Files="$(Cyberduck.TargetPath);$(Cyberduck.TargetDir)**.pdb" />
3737
</Files>
3838

3939
<Component Id="InstallLocationRegistrySearch">

0 commit comments

Comments
 (0)