Generated NSIS script wasn't installing translations since 2009-01-11T13:15:27Z!loonycyborg@gmail.com. Fixed.

This commit is contained in:
Sergey Popov 2009-01-18 23:39:14 +00:00
parent 1efbc6cbe4
commit 040c9e072f

View file

@ -565,7 +565,7 @@ env.Alias('data-dist', data_tarball)
# Windows installer
#
env.WindowsInstaller([wesnoth, wesnothd, Dir(installable_subs)] + glob("*.dll") + Split("README copyright COPYING"))
env.WindowsInstaller([wesnoth, wesnothd, Dir(installable_subs), env["nls"] and Dir("translations") or [], glob("*.dll"), Split("README copyright COPYING")])
#
# Making Mac OS X application bundles