diff options
| author | Bob Arnson <bob@firegiant.com> | 2020-02-24 20:44:34 -0500 |
|---|---|---|
| committer | Bob Arnson <bob@firegiant.com> | 2020-02-24 20:48:08 -0500 |
| commit | f56ab787834ce5ecb1b40f71fb7c7f6b470ab1e3 (patch) | |
| tree | 52ef7a6f28a267961198cd84efabecbc8a622268 /src/test/WixToolsetTest.CoreIntegration/TestData | |
| parent | 8f642efb64859802c98e72676d48ac10b448bd0f (diff) | |
| download | wix-f56ab787834ce5ecb1b40f71fb7c7f6b470ab1e3.tar.gz wix-f56ab787834ce5ecb1b40f71fb7c7f6b470ab1e3.tar.bz2 wix-f56ab787834ce5ecb1b40f71fb7c7f6b470ab1e3.zip | |
Fix File/@TrueType.
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/TestData')
| -rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/TestData/Font/TrueType.wxs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/Font/TrueType.wxs b/src/test/WixToolsetTest.CoreIntegration/TestData/Font/TrueType.wxs index ff94ce52..6ac48963 100644 --- a/src/test/WixToolsetTest.CoreIntegration/TestData/Font/TrueType.wxs +++ b/src/test/WixToolsetTest.CoreIntegration/TestData/Font/TrueType.wxs | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | <Fragment> | 3 | <Fragment> |
| 4 | <ComponentGroup Id="ProductComponents"> | 4 | <ComponentGroup Id="ProductComponents"> |
| 5 | <Component Id="TrueTypeFontComp" Directory="INSTALLFOLDER" Guid="C8116E5E-F731-427C-AF43-6FF8B8D7DA64"> | 5 | <Component Id="TrueTypeFontComp" Directory="INSTALLFOLDER" Guid="C8116E5E-F731-427C-AF43-6FF8B8D7DA64"> |
| 6 | <File Source="test.txt" Name="TrueTypeFontComp.ttf" TrueType="yes" /> | 6 | <File Id="TrueTypeFontFile" Source="test.txt" Name="TrueTypeFontComp.ttf" TrueType="yes" /> |
| 7 | </Component> | 7 | </Component> |
| 8 | </ComponentGroup> | 8 | </ComponentGroup> |
| 9 | </Fragment> | 9 | </Fragment> |
