diff options
| author | Teddy Wing | 2018-06-28 01:56:32 +0200 |
|---|---|---|
| committer | Teddy Wing | 2018-06-28 01:56:32 +0200 |
| commit | 51226a6faa4ef6bf5d722a3cf163f4c88a715ffb (patch) | |
| tree | dc88ac2ef33c60eafe4bbbd08ca427b13ccfe495 /typarichive.py | |
| parent | ff2c02f50b3ee9f63a3fc5986ebb3a938247ae79 (diff) | |
| download | glyphs-typarichive-51226a6faa4ef6bf5d722a3cf163f4c88a715ffb.tar.bz2 | |
Update timestamp in family name
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 |
