Add beta attribute to FontConfig for version handling
This commit is contained in:
parent
8c6ad290ca
commit
97745be981
1 changed files with 1 additions and 0 deletions
1
build.py
1
build.py
|
@ -272,6 +272,7 @@ class FontConfig:
|
||||||
self.__load_args(args)
|
self.__load_args(args)
|
||||||
|
|
||||||
ver = FONT_VERSION
|
ver = FONT_VERSION
|
||||||
|
self.beta = None
|
||||||
if "-" in FONT_VERSION:
|
if "-" in FONT_VERSION:
|
||||||
ver, beta = FONT_VERSION.split("-")
|
ver, beta = FONT_VERSION.split("-")
|
||||||
self.beta = beta
|
self.beta = beta
|
||||||
|
|
Loading…
Reference in a new issue