Skip to content

Commit d4ccb8f

Browse files
author
Adam Bradley
committed
remove version number from md5 build hash
1 parent 98339df commit d4ccb8f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

builder/scripts/generate_font.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535

3636
font_name = manifest_data['name']
3737
m.update(font_name + ';')
38-
m.update(manifest_data['version'] + ';')
3938
m.update(manifest_data['prefix'] + ';')
4039

4140
for dirname, dirnames, filenames in os.walk(INPUT_SVG_DIR):

0 commit comments

Comments
 (0)