aboutsummaryrefslogtreecommitdiff
path: root/src/api/burn
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2025-03-19 16:46:08 -0700
committerRob Mensching <rob@firegiant.com>2025-03-19 17:55:00 -0700
commit45535e659ea8b58101fe9e8adfa6aa273d2bb544 (patch)
tree5e183841bb3c25f3f9ddc130ded97efd3b204ff2 /src/api/burn
parent4d3f7c8cf16db06932596beb27d8d025be501b95 (diff)
downloadwix-45535e659ea8b58101fe9e8adfa6aa273d2bb544.tar.gz
wix-45535e659ea8b58101fe9e8adfa6aa273d2bb544.tar.bz2
wix-45535e659ea8b58101fe9e8adfa6aa273d2bb544.zip
Formalize official WiX build and update tags in nupkgs
Diffstat (limited to 'src/api/burn')
-rw-r--r--src/api/burn/WixToolset.BootstrapperApplicationApi/WixToolset.BootstrapperApplicationApi.nuspec5
-rw-r--r--src/api/burn/bextutil/bextutil.nuspec5
2 files changed, 6 insertions, 4 deletions
diff --git a/src/api/burn/WixToolset.BootstrapperApplicationApi/WixToolset.BootstrapperApplicationApi.nuspec b/src/api/burn/WixToolset.BootstrapperApplicationApi/WixToolset.BootstrapperApplicationApi.nuspec
index 61c19117..63acc895 100644
--- a/src/api/burn/WixToolset.BootstrapperApplicationApi/WixToolset.BootstrapperApplicationApi.nuspec
+++ b/src/api/burn/WixToolset.BootstrapperApplicationApi/WixToolset.BootstrapperApplicationApi.nuspec
@@ -6,9 +6,10 @@
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 <icon>icon.png</icon>
10 <license type="file">OSMFEULA.txt</license> 10 <license type="file">OSMFEULA.txt</license>
11 <requireLicenseAcceptance>true</requireLicenseAcceptance> 11 <requireLicenseAcceptance>true</requireLicenseAcceptance>
12 <tags>$packageTags$</tags>
12 <copyright>$copyright$</copyright> 13 <copyright>$copyright$</copyright>
13 <projectUrl>$projectUrl$</projectUrl> 14 <projectUrl>$projectUrl$</projectUrl>
14 <repository type="$repositorytype$" url="$repositoryurl$" commit="$repositorycommit$" /> 15 <repository type="$repositorytype$" url="$repositoryurl$" commit="$repositorycommit$" />
@@ -23,7 +24,7 @@
23 24
24 <files> 25 <files>
25 <file src="$eulaTxt$" /> 26 <file src="$eulaTxt$" />
26 <file src="$projectFolder$\..\..\..\internal\images\wix.png" /> 27 <file src="$iconPng$" />
27 28
28 <file src="$projectFolder$\build\WixToolset.BootstrapperApplicationApi.props" target="build\" /> 29 <file src="$projectFolder$\build\WixToolset.BootstrapperApplicationApi.props" target="build\" />
29 30
diff --git a/src/api/burn/bextutil/bextutil.nuspec b/src/api/burn/bextutil/bextutil.nuspec
index 5bb3875c..f790e0b8 100644
--- a/src/api/burn/bextutil/bextutil.nuspec
+++ b/src/api/burn/bextutil/bextutil.nuspec
@@ -6,9 +6,10 @@
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 <icon>icon.png</icon>
10 <license type="file">OSMFEULA.txt</license> 10 <license type="file">OSMFEULA.txt</license>
11 <requireLicenseAcceptance>true</requireLicenseAcceptance> 11 <requireLicenseAcceptance>true</requireLicenseAcceptance>
12 <tags>$packageTags$</tags>
12 <copyright>$copyright$</copyright> 13 <copyright>$copyright$</copyright>
13 <projectUrl>$projectUrl$</projectUrl> 14 <projectUrl>$projectUrl$</projectUrl>
14 <repository type="$repositorytype$" url="$repositoryurl$" commit="$repositorycommit$" /> 15 <repository type="$repositorytype$" url="$repositoryurl$" commit="$repositorycommit$" />
@@ -19,8 +20,8 @@
19 20
20 <files> 21 <files>
21 <file src="$eulaTxt$" /> 22 <file src="$eulaTxt$" />
23 <file src="$iconPng$" />
22 <file src="$projectFolder$\build\$id$.props" target="build\" /> 24 <file src="$projectFolder$\build\$id$.props" target="build\" />
23 <file src="$projectFolder$\..\..\..\internal\images\wix.png" />
24 <file src="$projectFolder$\inc\*" target="build\native\include" /> 25 <file src="$projectFolder$\inc\*" target="build\native\include" />
25 <file src="$projectFolder$\..\inc\BootstrapperExtensionTypes.h" target="build\native\include" /> 26 <file src="$projectFolder$\..\inc\BootstrapperExtensionTypes.h" target="build\native\include" />
26 <file src="$projectFolder$\..\inc\BootstrapperExtensionEngineTypes.h" target="build\native\include" /> 27 <file src="$projectFolder$\..\inc\BootstrapperExtensionEngineTypes.h" target="build\native\include" />