lib/fontcustom/scripts/generate.py in fontcustom-1.0.0.pre vs lib/fontcustom/scripts/generate.py in fontcustom-1.0.0.pre2
- old
+ new
@@ -86,10 +86,10 @@
if args.nohash:
fontfile = outdir + '/' + args.name
else:
hashStr = m.hexdigest()
- fontfile = outdir + '/' + args.name + '-' + hashStr
+ fontfile = outdir + '/' + args.name + '_' + hashStr
f.fontname = args.name
f.familyname = args.name
f.fullname = args.name
f.generate(fontfile + '.ttf')