From 719c6527de148f85a57cf72e425f664647af5420 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Sat, 18 Jul 2015 01:27:23 +0100 Subject: [PATCH] Fixed README typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a9faac5..345829b2 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ To install Bower and Vulcanize, first install [Node](http://nodejs.org/), and ru ## Packaging Releases -Installer and zip archive releases for the main LOOT application can be handled by running the `src/installer.iss` and `src/archive.py` scripts respectively. The installer script requires [Inno Setup](http://www.jrsoftware.org/isinfo.php), with the unofficial Korean and Simplified C, while the archive script requires [Python](http://www.python.org/) (2 or 3). The installer and archive files are created in the `build/` folder, relative to the repository root. +Installer and zip archive releases for the main LOOT application can be handled by running the `src/installer.iss` and `src/archive.py` scripts respectively. The installer script requires [Inno Setup](http://www.jrsoftware.org/isinfo.php), while the archive script requires [Python](http://www.python.org/) (2 or 3). The installer and archive files are created in the `build/` folder, relative to the repository root. If the unofficial Korean and Simplified Chinese Inno Setup translation files are installed alongside the official translation files, then the installer script will also offer those language options. If they are not found, the installer will be built without them.