diff options
| author | Rob Mensching <rob@firegiant.com> | 2025-03-19 16:46:08 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2025-03-19 17:55:00 -0700 |
| commit | 45535e659ea8b58101fe9e8adfa6aa273d2bb544 (patch) | |
| tree | 5e183841bb3c25f3f9ddc130ded97efd3b204ff2 /src/dtf | |
| parent | 4d3f7c8cf16db06932596beb27d8d025be501b95 (diff) | |
| download | wix-45535e659ea8b58101fe9e8adfa6aa273d2bb544.tar.gz wix-45535e659ea8b58101fe9e8adfa6aa273d2bb544.tar.bz2 wix-45535e659ea8b58101fe9e8adfa6aa273d2bb544.zip | |
Formalize official WiX build and update tags in nupkgs
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 232a3c1d..8eb7110f 100644 --- a/src/dtf/WixToolset.Dtf.CustomAction/WixToolset.Dtf.CustomAction.nuspec +++ b/src/dtf/WixToolset.Dtf.CustomAction/WixToolset.Dtf.CustomAction.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$ CustomActions</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$\$id$.targets" target="build" /> | 24 | <file src="$projectFolder$\$id$.targets" target="build" /> |
| 23 | <file src="$projectFolder$\..\..\internal\images\wix.png" /> | ||
| 24 | <file src="net472\WixToolset.Dtf.MakeSfxCA.exe" target="tools" /> | 25 | <file src="net472\WixToolset.Dtf.MakeSfxCA.exe" target="tools" /> |
| 25 | <file src="net472\WixToolset.Dtf.MakeSfxCA.exe.config" target="tools" /> | 26 | <file src="net472\WixToolset.Dtf.MakeSfxCA.exe.config" target="tools" /> |
| 26 | <file src="net472\WixToolset.Dtf.Compression.dll" target="tools" /> | 27 | <file src="net472\WixToolset.Dtf.Compression.dll" target="tools" /> |
