Skip to content

Commit

Permalink
build.py: yes, i wrote 01, like a fool
Browse files Browse the repository at this point in the history
  • Loading branch information
DHowett committed Dec 13, 2021
1 parent 7887b4f commit de36d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from vttmisc import tsi1, tsic

VERSION_YEAR_MONTH = 2111
VERSION_DAY = 01

This comment has been minimized.

Copy link
@itsdonnix

itsdonnix Mar 25, 2022

That's a common reflection...

VERSION_DAY = 1
OUTPUT_DIR = Path("build")
OUTPUT_OTF_DIR = OUTPUT_DIR / "otf"
OUTPUT_TTF_DIR = OUTPUT_DIR / "ttf"
Expand Down

0 comments on commit de36d62

Please sign in to comment.