diff options
Diffstat (limited to 'typarichive.py')
| -rw-r--r-- | typarichive.py | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/typarichive.py b/typarichive.py index e62eda5..79ba06b 100644 --- a/typarichive.py +++ b/typarichive.py @@ -34,6 +34,8 @@ shutil.move(filepath, archive_directory)  font.close()  Glyphs.open(new_font_path) +Glyphs.font.familyName = new_font_name(Glyphs.font.familyName) +  # Close font  # Copy font file to new file  # Move old file to archive | 
