Skip to content

Commit

Permalink
Invalid escape
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledhosny committed Jan 31, 2024
1 parent 3ad050e commit e472377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ def build(instance, isTTF, version):

fontInfo = {
"FullName": names["fullName"],
"Notice": names["copyright"].replace("©", "\(c\)"),
"Notice": names["copyright"].replace("©", "(c)"),
"version": f"{version}",
"Weight": instance.name,
}
Expand Down

0 comments on commit e472377

Please sign in to comment.