Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/13rac1/emojione-color-font.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Erickson <eosrei@gmail.com>2017-05-14 22:50:49 +0300
committerBrad Erickson <eosrei@gmail.com>2017-05-14 22:50:49 +0300
commit549b3772cec4dfb63094aff2d78879957f7738e6 (patch)
tree265a0351b8ccbc7ff3ec9bafd9e474e688dc572a
parent400ba6a38142dbf6ff385e066d7ab6aca544b09c (diff)
windows: Install regular fonttools
Do not need the git version anymore. Fixes #55
-rw-r--r--windows/install.cmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/install.cmd b/windows/install.cmd
index 20fc423..12f0adc 100644
--- a/windows/install.cmd
+++ b/windows/install.cmd
@@ -44,7 +44,7 @@ WHERE pip.exe /q || (
ECHO Ensuring the latest FontTools is installed.
-pip.exe install --upgrade https://github.com/behdad/fonttools/archive/master.zip
+pip.exe install --upgrade fonttools
WHERE ttx /q || (
ECHO.