diff options
| author | Rob Mensching <rob@firegiant.com> | 2022-11-08 12:50:13 -0800 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2022-11-08 16:20:25 -0800 |
| commit | 7e498d6348c26583972ea1cdf7d51dadc8f5b792 (patch) | |
| tree | a6de8db79a4d18a6c373385792f07f402b2d2482 /src/tools | |
| parent | 86146e8c044a1aea2ea162701b1fc344d19e4dc3 (diff) | |
| download | wix-7e498d6348c26583972ea1cdf7d51dadc8f5b792.tar.gz wix-7e498d6348c26583972ea1cdf7d51dadc8f5b792.tar.bz2 wix-7e498d6348c26583972ea1cdf7d51dadc8f5b792.zip | |
Ensure all published .nupkgs have an icon
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/WixToolset.Heat/WixToolset.Heat.nuspec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tools/WixToolset.Heat/WixToolset.Heat.nuspec b/src/tools/WixToolset.Heat/WixToolset.Heat.nuspec index 5242773b..d3ee59f7 100644 --- a/src/tools/WixToolset.Heat/WixToolset.Heat.nuspec +++ b/src/tools/WixToolset.Heat/WixToolset.Heat.nuspec | |||
| @@ -6,6 +6,7 @@ | |||
| 6 | <title>$title$</title> | 6 | <title>$title$</title> |
| 7 | <description>$description$</description> | 7 | <description>$description$</description> |
| 8 | <authors>$authors$</authors> | 8 | <authors>$authors$</authors> |
| 9 | <icon>wix.png</icon> | ||
| 9 | <license type="expression">MS-RL</license> | 10 | <license type="expression">MS-RL</license> |
| 10 | <requireLicenseAcceptance>false</requireLicenseAcceptance> | 11 | <requireLicenseAcceptance>false</requireLicenseAcceptance> |
| 11 | <copyright>$copyright$</copyright> | 12 | <copyright>$copyright$</copyright> |
| @@ -15,6 +16,7 @@ | |||
| 15 | 16 | ||
| 16 | <files> | 17 | <files> |
| 17 | <file src="$projectFolder$\$id$.targets" target="build" /> | 18 | <file src="$projectFolder$\$id$.targets" target="build" /> |
| 19 | <file src="$projectFolder$\..\..\internal\images\wix.png" /> | ||
| 18 | <file src="tools\**\*" target="tools" /> | 20 | <file src="tools\**\*" target="tools" /> |
| 19 | </files> | 21 | </files> |
| 20 | </package> | 22 | </package> |
