diff options
author | Rob Mensching <rob@firegiant.com> | 2025-03-19 16:26:36 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2025-03-19 17:55:00 -0700 |
commit | 4d3f7c8cf16db06932596beb27d8d025be501b95 (patch) | |
tree | ca9306b13294190a85de1fbd13ff0eac8da34602 /src/burn/stub | |
parent | 669057f49c207de597604f847fb6ec55f17df121 (diff) | |
download | wix-4d3f7c8cf16db06932596beb27d8d025be501b95.tar.gz wix-4d3f7c8cf16db06932596beb27d8d025be501b95.tar.bz2 wix-4d3f7c8cf16db06932596beb27d8d025be501b95.zip |
Introduce the Open Source Maintenance Fee EULA
This adds the EULA to all the binary releases
Closes 8974
Diffstat (limited to 'src/burn/stub')
-rw-r--r-- | src/burn/stub/stub.nuspec | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/burn/stub/stub.nuspec b/src/burn/stub/stub.nuspec index a02cfe94..7e868c67 100644 --- a/src/burn/stub/stub.nuspec +++ b/src/burn/stub/stub.nuspec | |||
@@ -6,14 +6,15 @@ | |||
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 | <license type="expression">MS-RL</license> | 9 | <license type="file">OSMFEULA.txt</license> |
10 | <requireLicenseAcceptance>false</requireLicenseAcceptance> | 10 | <requireLicenseAcceptance>true</requireLicenseAcceptance> |
11 | <copyright>$copyright$</copyright> | 11 | <copyright>$copyright$</copyright> |
12 | <projectUrl>$projectUrl$</projectUrl> | 12 | <projectUrl>$projectUrl$</projectUrl> |
13 | <repository type="$repositorytype$" url="$repositoryurl$" commit="$repositorycommit$" /> | 13 | <repository type="$repositorytype$" url="$repositoryurl$" commit="$repositorycommit$" /> |
14 | </metadata> | 14 | </metadata> |
15 | 15 | ||
16 | <files> | 16 | <files> |
17 | <file src="$eulaTxt$" /> | ||
17 | <file src="$projectFolder$\$id$.props" target="buildTransitive" /> | 18 | <file src="$projectFolder$\$id$.props" target="buildTransitive" /> |
18 | <file src="..\x86\burn.exe" target="tools\x86" /> | 19 | <file src="..\x86\burn.exe" target="tools\x86" /> |
19 | <file src="..\x64\burn.exe" target="tools\x64" /> | 20 | <file src="..\x64\burn.exe" target="tools\x64" /> |