mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Remove unused font config from wxs
This commit is contained in:
parent
aa2d45f153
commit
6cc2457e66
2 changed files with 0 additions and 792 deletions
|
@ -115,20 +115,6 @@
|
|||
DiskId="1"/>
|
||||
</Component>
|
||||
|
||||
<Directory Id="EtcDir" Name="etc">
|
||||
<Directory Id="FontsDir" Name="fonts">
|
||||
<Component Id="FontsDir"
|
||||
Guid="8d37ee61-9237-438d-b976-f163bd6b0578"
|
||||
Win64="yes">
|
||||
<File Id="ServoFontsConfig"
|
||||
KeyPath="yes"
|
||||
Name="fonts.conf"
|
||||
Source="${windowize(top_path)}\support\windows\fonts.conf"
|
||||
DiskId="1"/>
|
||||
</Component>
|
||||
</Directory>
|
||||
</Directory>
|
||||
|
||||
${include_directory(path.join(top_path, "resources"), "resources")}
|
||||
${include_directory(browserhtml_path, "browserhtml")}
|
||||
</Directory>
|
||||
|
@ -151,7 +137,6 @@
|
|||
|
||||
<Feature Id="Complete" Level="1">
|
||||
<ComponentRef Id="Servo"/>
|
||||
<ComponentRef Id="FontsDir"/>
|
||||
% for c in components:
|
||||
<ComponentRef Id="${c}"/>
|
||||
% endfor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue