| Age | Commit message (Collapse) | Author |
|
Only ever get the time once. Otherwise, we could imagine an unlikely
situation where the new file would get created at 59 seconds and the
family name would be updated at 00 seconds, causing the two timestamps
to differ by a minute.
Now the two timestamps will always be the same.
|
|
Describe what the script does. Include rough installation instructions
and license information.
|
|
|
|
|
|
* Remove obsolete comments
* Clean up spacing
|
|
|
|
Copies the current font and updates the timestamp in its filename. Moves
the current font to the `_archive` directory, closes it in Glyphs, and
opens the new font file with the new timestamp.
|