diff options
| author | Rob Mensching <rob@firegiant.com> | 2022-10-14 14:27:03 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2022-10-15 11:45:54 -0700 |
| commit | a3af25607b56f5ecf21d6712a8367217e5c43eb0 (patch) | |
| tree | 213634eab88ea51ab6775ea49df85a73a0f54287 /src/dtf | |
| parent | 08f53f409020b12dffaa2aeefa943b667a4b9328 (diff) | |
| download | wix-a3af25607b56f5ecf21d6712a8367217e5c43eb0.tar.gz wix-a3af25607b56f5ecf21d6712a8367217e5c43eb0.tar.bz2 wix-a3af25607b56f5ecf21d6712a8367217e5c43eb0.zip | |
Use "wixext4" instead of "tools" as the root folder in ".wixext.nupkg"s
Fixes 6944
Diffstat (limited to 'src/dtf')
| -rw-r--r-- | src/dtf/WixToolset.Dtf.CustomAction/WixToolset.Dtf.CustomAction.nuspec | 4 |
1 files changed, 2 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 4550e629..cbc53152 100644 --- a/src/dtf/WixToolset.Dtf.CustomAction/WixToolset.Dtf.CustomAction.nuspec +++ b/src/dtf/WixToolset.Dtf.CustomAction/WixToolset.Dtf.CustomAction.nuspec | |||
| @@ -6,7 +6,7 @@ | |||
| 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-white-bg.png</icon> | 9 | <icon>wix.png</icon> |
| 10 | <license type="expression">MS-RL</license> | 10 | <license type="expression">MS-RL</license> |
| 11 | <requireLicenseAcceptance>false</requireLicenseAcceptance> | 11 | <requireLicenseAcceptance>false</requireLicenseAcceptance> |
| 12 | <copyright>$copyright$</copyright> | 12 | <copyright>$copyright$</copyright> |
| @@ -19,7 +19,7 @@ | |||
| 19 | 19 | ||
| 20 | <files> | 20 | <files> |
| 21 | <file src="$projectFolder$\$id$.targets" target="build" /> | 21 | <file src="$projectFolder$\$id$.targets" target="build" /> |
| 22 | <file src="$projectFolder$\..\..\internal\images\wix-white-bg.png" /> | 22 | <file src="$projectFolder$\..\..\internal\images\wix.png" /> |
| 23 | <file src="net472\WixToolset.Dtf.MakeSfxCA.exe" target="tools" /> | 23 | <file src="net472\WixToolset.Dtf.MakeSfxCA.exe" target="tools" /> |
| 24 | <file src="net472\WixToolset.Dtf.MakeSfxCA.exe.config" target="tools" /> | 24 | <file src="net472\WixToolset.Dtf.MakeSfxCA.exe.config" target="tools" /> |
| 25 | <file src="net472\WixToolset.Dtf.Compression.dll" target="tools" /> | 25 | <file src="net472\WixToolset.Dtf.Compression.dll" target="tools" /> |
