-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
19 lines (19 loc) · 762 Bytes
/
package.xml
File metadata and controls
19 lines (19 loc) · 762 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<package format="1" xmlns="https://wiki.freecad.org/Package_Metadata">
<name>FontBook</name>
<version>1.0.0</version>
<date>2026-03-29</date>
<description>Change the FreeCAD UI font to any system-installed font.
Works on all platforms and packaging formats.</description>
<maintainer email="nomail@freecad.org">arcanorca</maintainer>
<license file="LICENSE">LGPL-2.1-or-later</license>
<url type="repository" branch="main">https://github.com/arcanorca/FontBook</url>
<icon>resources/icons/fontbook.svg</icon>
<freecadmin>0.21</freecadmin>
<content>
<workbench>
<classname>FontBookStub</classname>
<subdirectory>./</subdirectory>
</workbench>
</content>
</package>