diff options
author | Rob Mensching <rob@firegiant.com> | 2024-03-06 14:48:10 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2024-03-07 10:55:57 -0800 |
commit | 3d2d46f62fc01e2653d0251ad9703090574e7c41 (patch) | |
tree | ffdf7dce6c646f38b5e3ad8325c2ce78ca891a1a /src/test/burn/TestData/TestBA/TestBAWixlib/WixBA.wxs | |
parent | a8504dc4eb1c2d09965b0858699ac737336ef3c1 (diff) | |
download | wix-3d2d46f62fc01e2653d0251ad9703090574e7c41.tar.gz wix-3d2d46f62fc01e2653d0251ad9703090574e7c41.tar.bz2 wix-3d2d46f62fc01e2653d0251ad9703090574e7c41.zip |
Better .nupkg names
Diffstat (limited to 'src/test/burn/TestData/TestBA/TestBAWixlib/WixBA.wxs')
-rw-r--r-- | src/test/burn/TestData/TestBA/TestBAWixlib/WixBA.wxs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/burn/TestData/TestBA/TestBAWixlib/WixBA.wxs b/src/test/burn/TestData/TestBA/TestBAWixlib/WixBA.wxs index 3d4eb274..372dbd9b 100644 --- a/src/test/burn/TestData/TestBA/TestBAWixlib/WixBA.wxs +++ b/src/test/burn/TestData/TestBA/TestBAWixlib/WixBA.wxs | |||
@@ -4,7 +4,7 @@ | |||
4 | <BootstrapperApplication SourceFile="!(bindpath.net4x86)\WixToolset.WixBA.exe"> | 4 | <BootstrapperApplication SourceFile="!(bindpath.net4x86)\WixToolset.WixBA.exe"> |
5 | <Payload SourceFile="!(bindpath.net4x86)\WixToolset.WixBA.exe.config" /> | 5 | <Payload SourceFile="!(bindpath.net4x86)\WixToolset.WixBA.exe.config" /> |
6 | <Payload SourceFile="!(bindpath.net4x86)\mbanative.dll" /> | 6 | <Payload SourceFile="!(bindpath.net4x86)\mbanative.dll" /> |
7 | <Payload SourceFile="!(bindpath.net4x86)\WixToolset.Mba.Core.dll" /> | 7 | <Payload SourceFile="!(bindpath.net4x86)\WixToolset.BootstrapperApplicationApi.dll" /> |
8 | <Payload SourceFile='..\..\..\..\..\..\License.txt' /> | 8 | <Payload SourceFile='..\..\..\..\..\..\License.txt' /> |
9 | </BootstrapperApplication> | 9 | </BootstrapperApplication> |
10 | 10 | ||