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/ext/Bal/wixstdfn | |
parent | 4d3f7c8cf16db06932596beb27d8d025be501b95 (diff) | |
download | wix-main.tar.gz wix-main.tar.bz2 wix-main.zip |
Diffstat (limited to '')
-rw-r--r-- | src/ext/Bal/wixstdfn/wixstdfn.nuspec | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/ext/Bal/wixstdfn/wixstdfn.nuspec b/src/ext/Bal/wixstdfn/wixstdfn.nuspec index 4ca6eadb..86860b67 100644 --- a/src/ext/Bal/wixstdfn/wixstdfn.nuspec +++ b/src/ext/Bal/wixstdfn/wixstdfn.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,9 +24,9 @@ | |||
23 | 24 | ||
24 | <files> | 25 | <files> |
25 | <file src="$eulaTxt$" /> | 26 | <file src="$eulaTxt$" /> |
27 | <file src="$iconPng$" /> | ||
26 | <file src="$projectFolder$\README.md" /> | 28 | <file src="$projectFolder$\README.md" /> |
27 | <file src="$projectFolder$\build\$id$.props" target="build\" /> | 29 | <file src="$projectFolder$\build\$id$.props" target="build\" /> |
28 | <file src="$projectFolder$\..\..\..\internal\images\wix.png" /> | ||
29 | <file src="$projectFolder$\inc\*" target="lib\native\include" /> | 30 | <file src="$projectFolder$\inc\*" target="lib\native\include" /> |
30 | <file src="..\..\v143\x86\wixstdfn.lib" target="lib\native\v14\x86" /> | 31 | <file src="..\..\v143\x86\wixstdfn.lib" target="lib\native\v14\x86" /> |
31 | <file src="..\..\v143\x64\wixstdfn.lib" target="lib\native\v14\x64" /> | 32 | <file src="..\..\v143\x64\wixstdfn.lib" target="lib\native\v14\x64" /> |