diff options
| author | Bob Arnson <bob@firegiant.com> | 2025-04-24 21:32:49 -0400 |
|---|---|---|
| committer | Bob Arnson <github@bobs.org> | 2025-06-18 16:15:49 -0400 |
| commit | 50fe3d149a101b2569647689673fa01d67ff5267 (patch) | |
| tree | 418fc10800ee23318d3ce7820aee1465b49c1db0 /src/setup/wix-cli/Package.wxs | |
| parent | 390ee54c29d050ba393ff431115308bdb2aaf4ca (diff) | |
| download | wix-50fe3d149a101b2569647689673fa01d67ff5267.tar.gz wix-50fe3d149a101b2569647689673fa01d67ff5267.tar.bz2 wix-50fe3d149a101b2569647689673fa01d67ff5267.zip | |
Remove deprecated Heat.
Fixes https://github.com/wixtoolset/issues/issues/9039
Diffstat (limited to 'src/setup/wix-cli/Package.wxs')
| -rw-r--r-- | src/setup/wix-cli/Package.wxs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/setup/wix-cli/Package.wxs b/src/setup/wix-cli/Package.wxs index 897a1e5a..cbf28115 100644 --- a/src/setup/wix-cli/Package.wxs +++ b/src/setup/wix-cli/Package.wxs | |||
| @@ -30,9 +30,6 @@ | |||
| 30 | <Exclude Files="!(bindpath.Files)\**\*.xml" /> | 30 | <Exclude Files="!(bindpath.Files)\**\*.xml" /> |
| 31 | <Exclude Files="!(bindpath.Files)\**\*.targets" /> | 31 | <Exclude Files="!(bindpath.Files)\**\*.targets" /> |
| 32 | </Files> | 32 | </Files> |
| 33 | |||
| 34 | <Files Include="!(bindpath.Heat_x64)\**" Subdirectory="x64" /> | ||
| 35 | <Files Include="!(bindpath.Heat_x86)\**" Subdirectory="x86" /> | ||
| 36 | </ComponentGroup> | 33 | </ComponentGroup> |
| 37 | </Fragment> | 34 | </Fragment> |
| 38 | 35 | ||
