Skip to content

Commit e8730e9

Browse files
committed
added license to release.sh script
1 parent 3cc9710 commit e8730e9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

postbuild_processing/tt-hinting/release.sh

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# ------------------------------------------------------------------
2+
#
3+
# release.sh
4+
# Copyright 2015 Christopher Simpkins
5+
# MIT license
6+
#
7+
# ------------------------------------------------------------------
8+
9+
# DESCRIPTION
10+
# Moves release ttf build files (after hinting) to the build/ttf path of the repository
11+
112
cp ../posthinted_builds/Hack-Regular.ttf ../../build/ttf/Hack-Regular.ttf
213
echo "moved hinted version of Hack-Regular.ttf to ../../build/ttf/Hack-Regular.ttf"
314
cp ../posthinted_builds/Hack-Bold.ttf ../../build/ttf/Hack-Bold.ttf

0 commit comments

Comments
 (0)