diff options
Diffstat (limited to 'src/api/burn/WixToolset.BootstrapperCore.Native')
| -rw-r--r-- | src/api/burn/WixToolset.BootstrapperCore.Native/WixToolset.BootstrapperCore.Native.nuspec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/api/burn/WixToolset.BootstrapperCore.Native/WixToolset.BootstrapperCore.Native.nuspec b/src/api/burn/WixToolset.BootstrapperCore.Native/WixToolset.BootstrapperCore.Native.nuspec index d86bb3cd..37757d7c 100644 --- a/src/api/burn/WixToolset.BootstrapperCore.Native/WixToolset.BootstrapperCore.Native.nuspec +++ b/src/api/burn/WixToolset.BootstrapperCore.Native/WixToolset.BootstrapperCore.Native.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$\build\$id$.props" target="build\" /> | 18 | <file src="$projectFolder$\build\$id$.props" target="build\" /> |
| 19 | <file src="$projectFolder$\..\..\..\internal\images\wix.png" /> | ||
| 18 | <file src="$projectFolder$\inc\*" target="build\native\include" /> | 20 | <file src="$projectFolder$\inc\*" target="build\native\include" /> |
| 19 | </files> | 21 | </files> |
| 20 | </package> | 22 | </package> |
