diff options
Diffstat (limited to '')
-rw-r--r-- | src/ext/Bal/wixext-backward-compatible/WixToolset.Bal.wixext.nuspec | 5 | ||||
-rw-r--r-- | src/ext/Bal/wixstdfn/wixstdfn.nuspec | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/src/ext/Bal/wixext-backward-compatible/WixToolset.Bal.wixext.nuspec b/src/ext/Bal/wixext-backward-compatible/WixToolset.Bal.wixext.nuspec index 7a681707..2327f0a2 100644 --- a/src/ext/Bal/wixext-backward-compatible/WixToolset.Bal.wixext.nuspec +++ b/src/ext/Bal/wixext-backward-compatible/WixToolset.Bal.wixext.nuspec | |||
@@ -7,14 +7,15 @@ | |||
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$" /> |
15 | </metadata> | 15 | </metadata> |
16 | 16 | ||
17 | <files> | 17 | <files> |
18 | <file src="$eulaTxt$" /> | ||
18 | <file src="$projectFolder$\..\..\..\internal\images\wix.png" /> | 19 | <file src="$projectFolder$\..\..\..\internal\images\wix.png" /> |
19 | <file src="$projectFolder$\WixToolset.Bal.wixext.targets" target="build" /> | 20 | <file src="$projectFolder$\WixToolset.Bal.wixext.targets" target="build" /> |
20 | <file src="WixToolset.BootstrapperApplications.wixext.dll" target="$wixExtensionPackageFolder$" /> | 21 | <file src="WixToolset.BootstrapperApplications.wixext.dll" target="$wixExtensionPackageFolder$" /> |
diff --git a/src/ext/Bal/wixstdfn/wixstdfn.nuspec b/src/ext/Bal/wixstdfn/wixstdfn.nuspec index f436f375..4ca6eadb 100644 --- a/src/ext/Bal/wixstdfn/wixstdfn.nuspec +++ b/src/ext/Bal/wixstdfn/wixstdfn.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$" /> |
@@ -22,6 +22,7 @@ | |||
22 | </metadata> | 22 | </metadata> |
23 | 23 | ||
24 | <files> | 24 | <files> |
25 | <file src="$eulaTxt$" /> | ||
25 | <file src="$projectFolder$\README.md" /> | 26 | <file src="$projectFolder$\README.md" /> |
26 | <file src="$projectFolder$\build\$id$.props" target="build\" /> | 27 | <file src="$projectFolder$\build\$id$.props" target="build\" /> |
27 | <file src="$projectFolder$\..\..\..\internal\images\wix.png" /> | 28 | <file src="$projectFolder$\..\..\..\internal\images\wix.png" /> |