diff options
Diffstat (limited to 'src/dtf')
-rw-r--r-- | src/dtf/WixToolset.Dtf.CustomAction/WixToolset.Dtf.CustomAction.nuspec | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/dtf/WixToolset.Dtf.CustomAction/WixToolset.Dtf.CustomAction.nuspec b/src/dtf/WixToolset.Dtf.CustomAction/WixToolset.Dtf.CustomAction.nuspec index cbc53152..232a3c1d 100644 --- a/src/dtf/WixToolset.Dtf.CustomAction/WixToolset.Dtf.CustomAction.nuspec +++ b/src/dtf/WixToolset.Dtf.CustomAction/WixToolset.Dtf.CustomAction.nuspec | |||
@@ -7,8 +7,8 @@ | |||
7 | <description>$description$</description> | 7 | <description>$description$</description> |
8 | <authors>$authors$</authors> | 8 | <authors>$authors$</authors> |
9 | <icon>wix.png</icon> | 9 | <icon>wix.png</icon> |
10 | <license type="expression">MS-RL</license> | 10 | <license type="file">OSMFEULA.txt</license> |
11 | <requireLicenseAcceptance>false</requireLicenseAcceptance> | 11 | <requireLicenseAcceptance>true</requireLicenseAcceptance> |
12 | <copyright>$copyright$</copyright> | 12 | <copyright>$copyright$</copyright> |
13 | <projectUrl>$projectUrl$</projectUrl> | 13 | <projectUrl>$projectUrl$</projectUrl> |
14 | <repository type="$repositorytype$" url="$repositoryurl$" commit="$repositorycommit$" /> | 14 | <repository type="$repositorytype$" url="$repositoryurl$" commit="$repositorycommit$" /> |
@@ -18,6 +18,7 @@ | |||
18 | </metadata> | 18 | </metadata> |
19 | 19 | ||
20 | <files> | 20 | <files> |
21 | <file src="$eulaTxt$" /> | ||
21 | <file src="$projectFolder$\$id$.targets" target="build" /> | 22 | <file src="$projectFolder$\$id$.targets" target="build" /> |
22 | <file src="$projectFolder$\..\..\internal\images\wix.png" /> | 23 | <file src="$projectFolder$\..\..\internal\images\wix.png" /> |
23 | <file src="net472\WixToolset.Dtf.MakeSfxCA.exe" target="tools" /> | 24 | <file src="net472\WixToolset.Dtf.MakeSfxCA.exe" target="tools" /> |