aboutsummaryrefslogtreecommitdiff
path: root/src/test/WixToolsetTest.Bal/TestData
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2020-05-15 09:36:40 +1000
committerSean Hall <r.sean.hall@gmail.com>2020-05-16 22:01:33 +1000
commitf5bb3cb1a730f9d3c2cbd5b3ab136354a8420c54 (patch)
tree5544ae0b067f963762b99a7853bd7c8d5afaa39a /src/test/WixToolsetTest.Bal/TestData
parentae1751902076edfd8978b7fb42f24d3ac3f7ad55 (diff)
downloadwix-f5bb3cb1a730f9d3c2cbd5b3ab136354a8420c54.tar.gz
wix-f5bb3cb1a730f9d3c2cbd5b3ab136354a8420c54.tar.bz2
wix-f5bb3cb1a730f9d3c2cbd5b3ab136354a8420c54.zip
Update to latest tools.
Diffstat (limited to 'src/test/WixToolsetTest.Bal/TestData')
-rw-r--r--src/test/WixToolsetTest.Bal/TestData/WixStdBa/Bundle.wxs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/WixToolsetTest.Bal/TestData/WixStdBa/Bundle.wxs b/src/test/WixToolsetTest.Bal/TestData/WixStdBa/Bundle.wxs
index 45bb25d1..82b0434d 100644
--- a/src/test/WixToolsetTest.Bal/TestData/WixStdBa/Bundle.wxs
+++ b/src/test/WixToolsetTest.Bal/TestData/WixStdBa/Bundle.wxs
@@ -6,7 +6,7 @@
6 <bal:WixStandardBootstrapperApplication LicenseUrl="http://wixtoolset.org/about/license/" /> 6 <bal:WixStandardBootstrapperApplication LicenseUrl="http://wixtoolset.org/about/license/" />
7 </BootstrapperApplicationRef> 7 </BootstrapperApplicationRef>
8 <Chain> 8 <Chain>
9 <ExePackage SourceFile="runtimes\win-x86\native\wixnative.x86.exe" /> 9 <ExePackage SourceFile="runtimes\win-x86\native\wixnative.exe" />
10 </Chain> 10 </Chain>
11 </Bundle> 11 </Bundle>
12</Wix> 12</Wix>