add version to output config
This commit is contained in:
parent
7ef63631c6
commit
15d3b4f08a
1 changed files with 1 additions and 0 deletions
1
build.py
1
build.py
|
@ -996,6 +996,7 @@ def main():
|
|||
joinPaths(build_option.output_dir, "build-config.json"), "w", encoding="utf-8"
|
||||
) as config_file:
|
||||
result = {
|
||||
"version": FONT_VERSION,
|
||||
"family_name": font_config.family_name,
|
||||
"use_hinted": font_config.use_hinted,
|
||||
"ligature": font_config.enable_liga,
|
||||
|
|
Loading…
Reference in a new issue