minor nit, cleaner, and works for me

git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@317 4cde692c-a291-49d1-8350-778aa11640f8
This commit is contained in:
jvr 2002-09-10 11:27:34 +00:00
parent 3282c1f9bc
commit f37b838e60

View File

@ -17,7 +17,7 @@ September 9, 2002
http://fonttools.sourceforge.net/cvs-snapshots/zip/fonttools-current-snapshot.zip http://fonttools.sourceforge.net/cvs-snapshots/zip/fonttools-current-snapshot.zip
5. Unzip the source code of TTX/FontTools into a folder. 5. Unzip the source code of TTX/FontTools into a folder.
6. In the folder where you unzipped TTX/FontTools, type: 6. In the folder where you unzipped TTX/FontTools, type:
python.exe setup.py py2exe -f --icon Windows\ttx.ico --packages encodings python setup.py py2exe -f --icon Windows\ttx.ico --packages encodings
7. Run Inno Setup and open Windows\fonttools-win-setup.iss (this file) 7. Run Inno Setup and open Windows\fonttools-win-setup.iss (this file)
8. In Inno Setup, select File/Compile, then Run/Run. 8. In Inno Setup, select File/Compile, then Run/Run.